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-libs/glibc/files/eblits: src_compile.eblit
Date: Mon, 23 Jun 2008 22:02:11
Message-Id: E1KAu6G-000096-9h@stork.gentoo.org
1 vapier 08/06/23 22:01:24
2
3 Modified: src_compile.eblit
4 Log:
5 Check to see if ports is in $S rather than $PWD #229107.
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.25 x86_64)
7
8 Revision Changes Path
9 1.5 sys-libs/glibc/files/eblits/src_compile.eblit
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/files/eblits/src_compile.eblit?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/files/eblits/src_compile.eblit?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/files/eblits/src_compile.eblit?r1=1.4&r2=1.5
14
15 Index: src_compile.eblit
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/src_compile.eblit,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- src_compile.eblit 23 Jun 2008 01:39:13 -0000 1.4
22 +++ src_compile.eblit 23 Jun 2008 22:01:23 -0000 1.5
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/src_compile.eblit,v 1.4 2008/06/23 01:39:13 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/src_compile.eblit,v 1.5 2008/06/23 22:01:23 vapier Exp $
28
29 glibc_do_configure() {
30 local myconf
31 @@ -130,7 +130,7 @@
32
33 # Pick out the correct location for build headers
34 local ports="" myconf="--disable-sanity-checks --enable-hacker-mode"
35 - [[ -d ports ]] && ports=",ports"
36 + [[ -d ${S}/ports ]] && ports=",ports"
37 myconf="${myconf}
38 --enable-add-ons=nptl${ports}
39 --without-cvs
40
41
42
43 --
44 gentoo-commits@l.g.o mailing list