summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2004-08-07 20:21:23 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2004-08-07 20:21:23 +0000
commitf34e84c7f1a9ec20cca2e007928a0568ef99ebf9 (patch)
treef68938adfbebd22af76c308c3e999beedd3bc456 /eclass/php-sapi.eclass
parentforce the correct php. (Manifest recommit) (diff)
downloadgentoo-2-f34e84c7f1a9ec20cca2e007928a0568ef99ebf9.tar.gz
gentoo-2-f34e84c7f1a9ec20cca2e007928a0568ef99ebf9.tar.bz2
gentoo-2-f34e84c7f1a9ec20cca2e007928a0568ef99ebf9.zip
fix bug #58569.
Diffstat (limited to 'eclass/php-sapi.eclass')
-rw-r--r--eclass/php-sapi.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php-sapi.eclass b/eclass/php-sapi.eclass
index 059abf35b0e1..6fb5b9fbc5b2 100644
--- a/eclass/php-sapi.eclass
+++ b/eclass/php-sapi.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/php-sapi.eclass,v 1.46 2004/08/03 02:51:20 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php-sapi.eclass,v 1.47 2004/08/07 20:21:23 robbat2 Exp $
# Author: Robin H. Johnson <robbat2@gentoo.org>
inherit eutils flag-o-matic
@@ -455,7 +455,7 @@ php-sapi_src_compile() {
myconf="${myconf} --enable-ftp"
myconf="${myconf} --with-mime-magic=/usr/share/misc/file/magic.mime"
myconf="${myconf} --enable-sockets"
- myconf="${myconf} --enable-sysvsem --enable-sysvshm --enable-sysvipc"
+ myconf="${myconf} --enable-sysvsem --enable-sysvshm --enable-sysvmsg"
myconf="${myconf} --with-iconv"
myconf="${myconf} --enable-shmop"
myconf="${myconf} --enable-dio"