summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorStuart Herbert <stuart@gentoo.org>2005-07-13 16:05:16 +0000
committerStuart Herbert <stuart@gentoo.org>2005-07-13 16:05:16 +0000
commitefba127eb815c1e5071d2213b20e5ed59ed9f5e9 (patch)
treeab4b9a92f5adb5bcca5b09baca9ba4c872f81f9c /eclass
parentstable on x86. fix sec bug #96767 (diff)
downloadgentoo-2-efba127eb815c1e5071d2213b20e5ed59ed9f5e9.tar.gz
gentoo-2-efba127eb815c1e5071d2213b20e5ed59ed9f5e9.tar.bz2
gentoo-2-efba127eb815c1e5071d2213b20e5ed59ed9f5e9.zip
Removed versioning; obsolete configure option
Diffstat (limited to 'eclass')
-rw-r--r--eclass/php5-sapi-r2.eclass5
-rw-r--r--eclass/php5-sapi-r3.eclass5
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"