summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-05-25 21:56:41 +0000
committerMike Frysinger <vapier@gentoo.org>2005-05-25 21:56:41 +0000
commit5e75c93a68b0150b81438199e724fe0b05e2c070 (patch)
tree14cc9fff9ba0ce1e7504f652b350fd3ca950adae /eclass
parentunmask gcc-4 and remove old binutils mask (diff)
downloadgentoo-2-5e75c93a68b0150b81438199e724fe0b05e2c070.tar.gz
gentoo-2-5e75c93a68b0150b81438199e724fe0b05e2c070.tar.bz2
gentoo-2-5e75c93a68b0150b81438199e724fe0b05e2c070.zip
add uclibctoolize for psm
Diffstat (limited to 'eclass')
-rw-r--r--eclass/php-sapi.eclass5
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/php-sapi.eclass b/eclass/php-sapi.eclass
index 43f68e1949fc..c0bf318e74a1 100644
--- a/eclass/php-sapi.eclass
+++ b/eclass/php-sapi.eclass
@@ -1,9 +1,9 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/php-sapi.eclass,v 1.64 2005/05/22 22:59:48 stuart Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php-sapi.eclass,v 1.65 2005/05/25 21:56:41 vapier Exp $
# Author: Robin H. Johnson <robbat2@gentoo.org>
-inherit eutils flag-o-matic multilib
+inherit eutils flag-o-matic multilib libtool
DESCRIPTION="PHP generic SAPI ebuild"
ECLASS=php-sapi
@@ -261,6 +261,7 @@ php-sapi_src_unpack() {
# ensure correct perms on configure
chmod 755 configure
+ uclibctoolize
# no longer needed and breaks pear - Tal, 20031223