From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1KAu71-0000Gt-KN for garchives@archives.gentoo.org; Mon, 23 Jun 2008 22:02:11 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E50FCE04BE; Mon, 23 Jun 2008 22:01:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C2DBBE04BE for ; Mon, 23 Jun 2008 22:01:28 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 7109467538 for ; Mon, 23 Jun 2008 22:01:28 +0000 (UTC) Received: from vapier by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1KAu6G-000096-9h for gentoo-commits@lists.gentoo.org; Mon, 23 Jun 2008 22:01:24 +0000 From: "Mike Frysinger (vapier)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, vapier@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/glibc/files/eblits: src_compile.eblit X-VCS-Repository: gentoo-x86 X-VCS-Files: src_compile.eblit X-VCS-Directories: sys-libs/glibc/files/eblits X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger Content-Type: text/plain; charset=utf8 Message-Id: Sender: Mike Frysinger Date: Mon, 23 Jun 2008 22:01:24 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 9fa288d9-7396-4952-9eab-db88cf498c9b X-Archives-Hash: c64e885b7209ffc98f195aed59a9381a vapier 08/06/23 22:01:24 Modified: src_compile.eblit Log: Check to see if ports is in $S rather than $PWD #229107. (Portage version: 2.2_rc1/cvs/Linux 2.6.25 x86_64) Revision Changes Path 1.5 sys-libs/glibc/files/eblits/src_compile.eblit file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/fil= es/eblits/src_compile.eblit?rev=3D1.5&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/fil= es/eblits/src_compile.eblit?rev=3D1.5&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/fil= es/eblits/src_compile.eblit?r1=3D1.4&r2=3D1.5 Index: src_compile.eblit =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/src_compile= .eblit,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- src_compile.eblit 23 Jun 2008 01:39:13 -0000 1.4 +++ src_compile.eblit 23 Jun 2008 22:01:23 -0000 1.5 @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/src_compi= le.eblit,v 1.4 2008/06/23 01:39:13 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/src_compi= le.eblit,v 1.5 2008/06/23 22:01:23 vapier Exp $ =20 glibc_do_configure() { local myconf @@ -130,7 +130,7 @@ =20 # Pick out the correct location for build headers local ports=3D"" myconf=3D"--disable-sanity-checks --enable-hacker-mode= " - [[ -d ports ]] && ports=3D",ports" + [[ -d ${S}/ports ]] && ports=3D",ports" myconf=3D"${myconf} --enable-add-ons=3Dnptl${ports} --without-cvs --=20 gentoo-commits@lists.gentoo.org mailing list