summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2008-09-09 14:35:09 +0000
committerDoug Goldstein <cardoe@gentoo.org>2008-09-09 14:35:09 +0000
commit3d2d97289617c022ad5f2072dae5606dea829b02 (patch)
treeaa7684d8e7617947ed8ef1fd849cf9a04be64856 /sys-apps/iproute2/files
parentRemove old versions referencing removed patches; bug #236890 (diff)
downloadhistorical-3d2d97289617c022ad5f2072dae5606dea829b02.tar.gz
historical-3d2d97289617c022ad5f2072dae5606dea829b02.tar.bz2
historical-3d2d97289617c022ad5f2072dae5606dea829b02.zip
multilib and ldflags respecting changes from Olivier Huber <oli.huber@gmail.com> bug #236861
Package-Manager: portage-2.2_rc8/cvs/Linux 2.6.25-gentoo-r8 x86_64
Diffstat (limited to 'sys-apps/iproute2/files')
-rw-r--r--sys-apps/iproute2/files/iproute2-2.6.26-ldflags.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-apps/iproute2/files/iproute2-2.6.26-ldflags.patch b/sys-apps/iproute2/files/iproute2-2.6.26-ldflags.patch
new file mode 100644
index 000000000000..5b8b6c1fa77a
--- /dev/null
+++ b/sys-apps/iproute2/files/iproute2-2.6.26-ldflags.patch
@@ -0,0 +1,11 @@
+--- tc/Makefile.old 2008-09-06 15:28:35.862794338 +0200
++++ tc/Makefile 2008-09-06 16:02:11.043794213 +0200
+@@ -83,7 +83,7 @@
+ rm -f emp_ematch.yacc.output
+
+ q_atm.so: q_atm.c
+- $(CC) $(CFLAGS) -shared -fpic -o q_atm.so q_atm.c -latm
++ $(CC) $(CFLAGS) $(LDFLAGS) -shared -fpic -o q_atm.so q_atm.c -latm
+
+ %.yacc.c: %.y
+ $(YACC) $(YACCFLAGS) -o $@ $<