Gentoo Archives: gentoo-commits

From: "Dawid Weglinski (cla)" <cla@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-cluster/fake/files: fix-ldflags.patch
Date: Mon, 27 Sep 2010 11:26:58
Message-Id: 20100927112655.8933F20054@flycatcher.gentoo.org
1 cla 10/09/27 11:26:55
2
3 Added: fix-ldflags.patch
4 Log:
5 Respect user defined LDFLAGS (bug #337925)
6
7 (Portage version: 2.2_rc78/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 sys-cluster/fake/files/fix-ldflags.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/fake/files/fix-ldflags.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/fake/files/fix-ldflags.patch?rev=1.1&content-type=text/plain
14
15 Index: fix-ldflags.patch
16 ===================================================================
17 diff -Naur fake-1.1.10.old/send_arp.patch fake-1.1.10/send_arp.patch
18 --- fake-1.1.10.old/send_arp.patch 2002-10-21 08:06:12.000000000 +0200
19 +++ fake-1.1.10/send_arp.patch 2010-09-27 13:17:02.000000000 +0200
20 @@ -29,7 +29,7 @@
21 +all: $(BIN)
22 +
23 +$(BIN): $(SRC)
24 -+ $(CC) $(SRC) -o $(BIN)
25 ++ $(CC) $(LDFLAGS) $(SRC) -o $(BIN)
26 +
27 +clean:
28 + rm -f $(BIN) core $(SRC).*