diff options
Diffstat (limited to 'dev-php/mod_php/mod_php-4.2.2-r1.ebuild')
-rw-r--r-- | dev-php/mod_php/mod_php-4.2.2-r1.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-php/mod_php/mod_php-4.2.2-r1.ebuild b/dev-php/mod_php/mod_php-4.2.2-r1.ebuild index 7de6a4a0edd7..967094a897ff 100644 --- a/dev-php/mod_php/mod_php-4.2.2-r1.ebuild +++ b/dev-php/mod_php/mod_php-4.2.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/mod_php-4.2.2-r1.ebuild,v 1.7 2002/09/02 02:22:36 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/mod_php-4.2.2-r1.ebuild,v 1.8 2002/09/02 16:47:00 lostlogic Exp $ MY_P=php-${PV} S=${WORKDIR}/${MY_P} @@ -163,9 +163,12 @@ src_compile() { LDFLAGS="$LDFLAGS -L/usr/X11R6/lib" fi + # this needed moving to prevent b0rkage + # Please test your ebuilds! + # --with-gmp \ + ./configure \ --prefix=/usr \ - # --with-gmp \ --with-bz2 \ --enable-ftp \ --enable-dbase \ |