summaryrefslogtreecommitdiff
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
commit7a1467dcf54a3a789d8f7bda9e6c67b50da3bb42 (patch)
tree5cd35655d1a56f07b49819a3784b409693d0069f /eclass/php5-sapi-r3.eclass
parentstable on x86. fix sec bug #96767 (diff)
downloadhistorical-7a1467dcf54a3a789d8f7bda9e6c67b50da3bb42.tar.gz
historical-7a1467dcf54a3a789d8f7bda9e6c67b50da3bb42.tar.bz2
historical-7a1467dcf54a3a789d8f7bda9e6c67b50da3bb42.zip
Removed versioning; obsolete configure option
Diffstat (limited to 'eclass/php5-sapi-r3.eclass')
-rw-r--r--eclass/php5-sapi-r3.eclass5
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"