Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/iproute2/files: iproute2-2.6.25.20080417-build.patch
Date: Sat, 21 Jun 2008 05:50:08
Message-Id: E1K9vz9-0002Fx-K8@stork.gentoo.org
1 vapier 08/06/21 05:50:03
2
3 Added: iproute2-2.6.25.20080417-build.patch
4 Log:
5 Respect env CPPFLAGS, add fix by Bertrand Jacquin for cross-compiling #226035, and build against system headers rather than local copies #226359 by Derk W te Bokkel.
6 (Portage version: 2.2_pre8/cvs/Linux 2.6.25 x86_64)
7
8 Revision Changes Path
9 1.1 sys-apps/iproute2/files/iproute2-2.6.25.20080417-build.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/iproute2/files/iproute2-2.6.25.20080417-build.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/iproute2/files/iproute2-2.6.25.20080417-build.patch?rev=1.1&content-type=text/plain
13
14 Index: iproute2-2.6.25.20080417-build.patch
15 ===================================================================
16 dont let target flags bleed into build flags
17
18 fix by Bertrand Jacquin
19
20 http://bugs.gentoo.org/226035
21
22 --- netem/Makefile
23 +++ netem/Makefile
24 @@ -2,6 +2,7 @@ DISTGEN = maketable normal pareto paretonormal
25 DISTDATA = normal.dist pareto.dist paretonormal.dist experimental.dist
26
27 HOSTCC ?= $(CC)
28 +CCOPTS = $(CBUILD_CFLAGS)
29 LDLIBS += -lm
30
31 all: $(DISTGEN) $(DISTDATA)
32
33
34
35 --
36 gentoo-commits@l.g.o mailing list