Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/help2man/files: help2man-1.36.4-respect-LDFLAGS.patch
Date: Fri, 28 Aug 2009 20:15:58
Message-Id: E1Mg2S8-0001jK-Rj@stork.gentoo.org
1 arfrever 09/08/25 20:17:12
2
3 Added: help2man-1.36.4-respect-LDFLAGS.patch
4 Log:
5 Respect LDFLAGS (bug #181461).
6 (Portage version: 14155-svn/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 sys-apps/help2man/files/help2man-1.36.4-respect-LDFLAGS.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/help2man/files/help2man-1.36.4-respect-LDFLAGS.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/help2man/files/help2man-1.36.4-respect-LDFLAGS.patch?rev=1.1&content-type=text/plain
13
14 Index: help2man-1.36.4-respect-LDFLAGS.patch
15 ===================================================================
16 --- Makefile.in
17 +++ Makefile.in
18 @@ -102,7 +102,7 @@
19
20 preload: $(preload).so
21 $(preload).so: $(srcdir)/$(preload).c
22 - $(CC) $(CFLAGS) -o $@ -fPIC -shared $? $(LIBS)
23 + $(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ -fPIC -shared $? $(LIBS)
24
25 man: $(target).1
26 $(target).1: $(srcdir)/$(target).PL $(srcdir)/$(target).h2m