diff options
author | Stuart Herbert <stuart@gentoo.org> | 2005-07-13 16:05:16 +0000 |
---|---|---|
committer | Stuart Herbert <stuart@gentoo.org> | 2005-07-13 16:05:16 +0000 |
commit | efba127eb815c1e5071d2213b20e5ed59ed9f5e9 (patch) | |
tree | ab4b9a92f5adb5bcca5b09baca9ba4c872f81f9c /eclass/php5-sapi-r3.eclass | |
parent | stable on x86. fix sec bug #96767 (diff) | |
download | gentoo-2-efba127eb815c1e5071d2213b20e5ed59ed9f5e9.tar.gz gentoo-2-efba127eb815c1e5071d2213b20e5ed59ed9f5e9.tar.bz2 gentoo-2-efba127eb815c1e5071d2213b20e5ed59ed9f5e9.zip |
Removed versioning; obsolete configure option
Diffstat (limited to 'eclass/php5-sapi-r3.eclass')
-rw-r--r-- | eclass/php5-sapi-r3.eclass | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/eclass/php5-sapi-r3.eclass b/eclass/php5-sapi-r3.eclass index 8521cf681c3c..98001662d7d3 100644 --- a/eclass/php5-sapi-r3.eclass +++ b/eclass/php5-sapi-r3.eclass @@ -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/eclass/php5-sapi-r3.eclass,v 1.16 2005/07/13 05:36:32 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi-r3.eclass,v 1.17 2005/07/13 16:05:16 stuart Exp $ # # ######################################################################## # @@ -473,9 +473,6 @@ php5-sapi-r3_src_compile() { enable_extension_with "readline" "readline" 0 enable_extension_with "libedit" "libedit" 1 - # optimization/setting stuff - my_conf="${my_conf} --enable-versioning" - # fix ELF-related problems if has_pic ; then einfo "Enabling PIC support" |