summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-10-20 14:27:10 +0000
committerMike Frysinger <vapier@gentoo.org>2004-10-20 14:27:10 +0000
commita0a1425337e70e9cb5d70f9dd7f4f9668b23c0e1 (patch)
treedc28d247fde512bb7c8ec8658196067b15aa376d /eclass
parentallow uclibctoolize to be bypassed (diff)
downloadhistorical-a0a1425337e70e9cb5d70f9dd7f4f9668b23c0e1.tar.gz
historical-a0a1425337e70e9cb5d70f9dd7f4f9668b23c0e1.tar.bz2
historical-a0a1425337e70e9cb5d70f9dd7f4f9668b23c0e1.zip
mmm slightly less ugly bypass
Diffstat (limited to 'eclass')
-rw-r--r--eclass/libtool.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/libtool.eclass b/eclass/libtool.eclass
index b9ea316a433b..a41d03340fa5 100644
--- a/eclass/libtool.eclass
+++ b/eclass/libtool.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/libtool.eclass,v 1.38 2004/10/20 14:25:02 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/libtool.eclass,v 1.39 2004/10/20 14:27:10 vapier Exp $
#
# Author: Martin Schlemmer <azarah@gentoo.org>
#
@@ -274,7 +274,7 @@ elibtoolize() {
}
uclibctoolize() {
- [ -e "${WORKDIR}/.uclibcpatched" ] && return 0
+ [ -n "${NO_UCLIBCTOOLIZE}" ] && return 0
local targets=""
local x