From f34e84c7f1a9ec20cca2e007928a0568ef99ebf9 Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 7 Aug 2004 20:21:23 +0000 Subject: fix bug #58569. --- eclass/php-sapi.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eclass') 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 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" -- cgit v1.2.3-65-gdbad