Gentoo Archives: gentoo-commits

From: "Remi Cardona (remi)" <remi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/whois/files: whois-4.7.26-fix-as-needed.patch
Date: Mon, 05 May 2008 13:42:02
Message-Id: E1Jt0x5-0003Po-PH@stork.gentoo.org
1 remi 08/05/05 13:41:59
2
3 Added: whois-4.7.26-fix-as-needed.patch
4 Log:
5 net-misc/whois: Add patch to fix --as-needed (see bug #220351)
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.1 net-misc/whois/files/whois-4.7.26-fix-as-needed.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/whois/files/whois-4.7.26-fix-as-needed.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/whois/files/whois-4.7.26-fix-as-needed.patch?rev=1.1&content-type=text/plain
13
14 Index: whois-4.7.26-fix-as-needed.patch
15 ===================================================================
16 --- Makefile 2008-05-05 14:32:24.000000000 +0200
17 +++ Makefile 2008-05-05 14:33:24.000000000 +0200
18 @@ -33,10 +33,10 @@
19 $(CC) $(CFLAGS) $(OPTS) -c $<
20
21 whois: whois.o utils.o
22 - $(CC) $(LDFLAGS) $(whois_LDADD) -o $@ $^
23 + $(CC) $(LDFLAGS) -o $@ $^ $(whois_LDADD)
24
25 mkpasswd: mkpasswd.o utils.o
26 - $(CC) $(LDFLAGS) $(mkpasswd_LDADD) -o $@ $^
27 + $(CC) $(LDFLAGS) -o $@ $^ $(mkpasswd_LDADD)
28
29 ##############################################################################
30 as_del.h: as_del_list make_as_del.pl
31
32
33
34 --
35 gentoo-commits@l.g.o mailing list