Gentoo Archives: gentoo-commits

From: "Doug Goldstein (cardoe)" <cardoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/iproute2/files: iproute2-2.6.26-ldflags.patch
Date: Tue, 09 Sep 2008 14:35:13
Message-Id: E1Kd4JC-0001LI-F6@stork.gentoo.org
1 cardoe 08/09/09 14:35:10
2
3 Added: iproute2-2.6.26-ldflags.patch
4 Log:
5 multilib and ldflags respecting changes from Olivier Huber <oli.huber@×××××.com> bug #236861
6 (Portage version: 2.2_rc8/cvs/Linux 2.6.25-gentoo-r8 x86_64)
7
8 Revision Changes Path
9 1.1 sys-apps/iproute2/files/iproute2-2.6.26-ldflags.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/iproute2/files/iproute2-2.6.26-ldflags.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/iproute2/files/iproute2-2.6.26-ldflags.patch?rev=1.1&content-type=text/plain
13
14 Index: iproute2-2.6.26-ldflags.patch
15 ===================================================================
16 --- tc/Makefile.old 2008-09-06 15:28:35.862794338 +0200
17 +++ tc/Makefile 2008-09-06 16:02:11.043794213 +0200
18 @@ -83,7 +83,7 @@
19 rm -f emp_ematch.yacc.output
20
21 q_atm.so: q_atm.c
22 - $(CC) $(CFLAGS) -shared -fpic -o q_atm.so q_atm.c -latm
23 + $(CC) $(CFLAGS) $(LDFLAGS) -shared -fpic -o q_atm.so q_atm.c -latm
24
25 %.yacc.c: %.y
26 $(YACC) $(YACCFLAGS) -o $@ $<