summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-09-22 18:35:48 +0000
committerMike Frysinger <vapier@gentoo.org>2004-09-22 18:35:48 +0000
commit34b86b41dc83a684df7d45f70175636d556ae40c (patch)
tree183100cc905e765cfce579c5ef9e660d1dee0508 /eclass/php5-sapi.eclass
parentpatch uclibctoolize uses (diff)
downloadgentoo-2-34b86b41dc83a684df7d45f70175636d556ae40c.tar.gz
gentoo-2-34b86b41dc83a684df7d45f70175636d556ae40c.tar.bz2
gentoo-2-34b86b41dc83a684df7d45f70175636d556ae40c.zip
build shared libraries with uClibc
Diffstat (limited to 'eclass/php5-sapi.eclass')
-rw-r--r--eclass/php5-sapi.eclass7
1 files changed, 5 insertions, 2 deletions
diff --git a/eclass/php5-sapi.eclass b/eclass/php5-sapi.eclass
index 38bc1ae6495a..dedd092e9022 100644
--- a/eclass/php5-sapi.eclass
+++ b/eclass/php5-sapi.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/php5-sapi.eclass,v 1.28 2004/09/15 07:45:15 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi.eclass,v 1.29 2004/09/22 18:35:48 vapier Exp $
#
# eclass/php5-sapi.eclass
# Eclass for building different php5 SAPI instances
@@ -12,7 +12,7 @@
#
# ========================================================================
-inherit confutils
+inherit confutils libtool
ECLASS=php5-sapi
INHERITED="$INHERITED $ECLASS"
@@ -326,6 +326,9 @@ php5-sapi_src_unpack () {
sed -i.orig -e 's,-i -a -n php5,-i -n php5,g' $i
done
+ # fix configure scripts to recognize uClibc
+ uclibctoolize
+
# Just in case ;-)
chmod 755 configure
}