diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-05-03 02:03:25 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-05-03 02:03:25 +0000 |
commit | 158a11ead09d1f069e7a3eec43a0927a99f519f1 (patch) | |
tree | b626fae01b17ef1b90397300f51d124380d935a7 /dev-php | |
parent | fix missing ia64 KEYWORDS mess made by stupid gnome devs (diff) | |
download | gentoo-2-158a11ead09d1f069e7a3eec43a0927a99f519f1.tar.gz gentoo-2-158a11ead09d1f069e7a3eec43a0927a99f519f1.tar.bz2 gentoo-2-158a11ead09d1f069e7a3eec43a0927a99f519f1.zip |
run uclibctoolize again after autoconf
(Portage version: 2.0.51.21)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/mod_php/mod_php-5.0.3-r2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-php/mod_php/mod_php-5.0.3-r2.ebuild b/dev-php/mod_php/mod_php-5.0.3-r2.ebuild index 255f01d0f2d7..7452c09a953d 100644 --- a/dev-php/mod_php/mod_php-5.0.3-r2.ebuild +++ b/dev-php/mod_php/mod_php-5.0.3-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/mod_php-5.0.3-r2.ebuild,v 1.1 2005/03/13 22:19:13 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/mod_php-5.0.3-r2.ebuild,v 1.2 2005/05/03 02:03:25 vapier Exp $ IUSE="${IUSE} apache2" @@ -53,6 +53,7 @@ src_unpack() { einfo "Rebuilding configure script" WANT_AUTOCONF=2.5 \ autoconf -W no-cross || die "Unable to regenerate configure script" + uclibctoolize fi } |