summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2008-12-22 05:36:05 +0000
committerJeroen Roovers <jer@gentoo.org>2008-12-22 05:36:05 +0000
commit283a2f9e13a754f7d58e7f62643ae8c6aa810075 (patch)
tree73d9c9d9e01ca64a8ebd1fb3df8dd9fd86ee4c4b /sys-apps/hwsetup/files
parentStable for HPPA (bug #249875). (diff)
downloadhistorical-283a2f9e13a754f7d58e7f62643ae8c6aa810075.tar.gz
historical-283a2f9e13a754f7d58e7f62643ae8c6aa810075.tar.bz2
historical-283a2f9e13a754f7d58e7f62643ae8c6aa810075.zip
Do not let the Makefile append LDFLAGS (bug #252059).
Package-Manager: portage-2.2_rc17/cvs/Linux 2.6.25-gentoo-r7-JeR i686
Diffstat (limited to 'sys-apps/hwsetup/files')
-rw-r--r--sys-apps/hwsetup/files/1.2-strip.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-apps/hwsetup/files/1.2-strip.patch b/sys-apps/hwsetup/files/1.2-strip.patch
new file mode 100644
index 000000000000..f1b853760096
--- /dev/null
+++ b/sys-apps/hwsetup/files/1.2-strip.patch
@@ -0,0 +1,11 @@
+--- hwsetup-1.2/Makefile.orig 2005-05-07 15:20:44.000000000 +0200
++++ hwsetup-1.2/Makefile 2008-12-22 06:27:41.000000000 +0100
+@@ -3,7 +3,7 @@
+ # define BLACKLIST to avoid loading potentially dangerous modules
+ CFLAGS=-DBLACKLIST -Wall -fPIC
+ OPT=-O2
+-LDFLAGS=-s
++#LDFLAGS=-s
+ LIBS=-lkudzu -lpci
+ CC=gcc
+