Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-boot/netboot/files: netboot-0.10.2-ldflags.patch
Date: Mon, 08 Feb 2010 23:57:08
Message-Id: E1NedTV-0007eq-KJ@stork.gentoo.org
1 jer 10/02/08 23:57:05
2
3 Added: netboot-0.10.2-ldflags.patch
4 Log:
5 Version bump, and work around parallel make issue, and respect LDFLAGS (bug #248408).
6 (Portage version: 2.2_rc62/cvs/Linux i686)
7
8 Revision Changes Path
9 1.1 sys-boot/netboot/files/netboot-0.10.2-ldflags.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/netboot/files/netboot-0.10.2-ldflags.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/netboot/files/netboot-0.10.2-ldflags.patch?rev=1.1&content-type=text/plain
13
14 Index: netboot-0.10.2-ldflags.patch
15 ===================================================================
16 --- netboot-0.10.2/make.config.in.org 2007-02-01 13:09:18.000000000 +0100
17 +++ netboot-0.10.2/make.config.in 2010-02-09 00:34:15.000000000 +0100
18 @@ -105,7 +105,7 @@
19 INCLUDE = $(patsubst %,-I%,$(subst :, ,$(VPATH)))
20 CDEFS = @DEFS@ -DNETBOOT
21 CFLAGS = @CFLAGS@ $(CDEBUG) $(CDEFS) $(INCLUDE)
22 -LDFLAGS = -s
23 +LDFLAGS = @LDFLAGS@
24 SYSLIBS = @LIBS@
25 BDBLIB = @BDBLIB@
26 ODBCLIB = @ODBCLIB@
27 --- netboot-0.10.2/misc/Makefile.org 2007-02-01 19:42:10.000000000 +0100
28 +++ netboot-0.10.2/misc/Makefile 2010-02-09 00:39:21.000000000 +0100
29 @@ -76,7 +76,7 @@
30
31 gccrules: $(LIBTOOL) gccrules.o $(LIBNBA)
32 @$(LIBTOOL) --mode=link \
33 - $(CC) $(CFLAGS) -o gccrules gccrules.o $(LIBS) \
34 + $(CC) $(CFLAGS) $(LDFLAGS) -o gccrules gccrules.o $(LIBS) \
35 -no-install
36
37
38 @@ -89,13 +89,13 @@
39
40 gccopt: $(LIBTOOL) gccopt.o $(LIBNBA)
41 @$(LIBTOOL) --mode=link \
42 - $(CC) $(CFLAGS) -o gccopt gccopt.o $(LIBS) \
43 + $(CC) $(CFLAGS) $(LDFLAGS) -o gccopt gccopt.o $(LIBS) \
44 -no-install
45
46
47 nbmd5: $(LIBTOOL) nbmd5.o $(LIBNBA)
48 @$(LIBTOOL) --mode=link \
49 - $(CC) $(CFLAGS) -o nbmd5 nbmd5.o $(LIBS)
50 + $(CC) $(CFLAGS) $(LDFLAGS) -o nbmd5 nbmd5.o $(LIBS)
51
52
53 instdrv: instdrv.in