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 | 7a1467dcf54a3a789d8f7bda9e6c67b50da3bb42 (patch) | |
tree | 5cd35655d1a56f07b49819a3784b409693d0069f /eclass | |
parent | stable on x86. fix sec bug #96767 (diff) | |
download | historical-7a1467dcf54a3a789d8f7bda9e6c67b50da3bb42.tar.gz historical-7a1467dcf54a3a789d8f7bda9e6c67b50da3bb42.tar.bz2 historical-7a1467dcf54a3a789d8f7bda9e6c67b50da3bb42.zip |
Removed versioning; obsolete configure option
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/php5-sapi-r2.eclass | 5 | ||||
-rw-r--r-- | eclass/php5-sapi-r3.eclass | 5 |
2 files changed, 2 insertions, 8 deletions
diff --git a/eclass/php5-sapi-r2.eclass b/eclass/php5-sapi-r2.eclass index d0a5a479f7af..2b0bb9faea53 100644 --- a/eclass/php5-sapi-r2.eclass +++ b/eclass/php5-sapi-r2.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-r2.eclass,v 1.28 2005/07/13 05:36:32 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi-r2.eclass,v 1.29 2005/07/13 16:05:16 stuart Exp $ # # eclass/php5-sapi-r2.eclass # Eclass for building different php5 SAPI instances @@ -475,9 +475,6 @@ php5-sapi-r2_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" 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" |