summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2003-08-11 07:50:33 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2003-08-11 07:50:33 +0000
commitd3dfe64a453dd32948aaa34514452d3a8eef9dce (patch)
tree1b495b15c2a55f66353ba8303d6b93bf645da7ea /eclass
parentremove redudant notice (diff)
downloadhistorical-d3dfe64a453dd32948aaa34514452d3a8eef9dce.tar.gz
historical-d3dfe64a453dd32948aaa34514452d3a8eef9dce.tar.bz2
historical-d3dfe64a453dd32948aaa34514452d3a8eef9dce.zip
do all of cjk and not just japanese
Diffstat (limited to 'eclass')
-rw-r--r--eclass/php.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php.eclass b/eclass/php.eclass
index 00068a0db60b..b6a26e9ad6e4 100644
--- a/eclass/php.eclass
+++ b/eclass/php.eclass
@@ -1,7 +1,7 @@
# Copyright 2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# Author: Robin H. Johnson <robbat2@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/eclass/php.eclass,v 1.71 2003/08/02 19:47:05 coredumb Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php.eclass,v 1.72 2003/08/11 07:50:33 robbat2 Exp $
# This EBUILD is totally masked presently. Use it at your own risk. I know it
# is severely broken, but I needed to get a copy into CVS to pass around and
@@ -344,7 +344,7 @@ php_src_compile() {
myconf="${myconf} --with-xml"
#Some extensions need mbstring statically built
- myconf="${myconf} --enable-mbstring --enable-mbregex"
+ myconf="${myconf} --enable-mbstring=all --enable-mbregex"
# Somebody might want safe mode, but it causes some problems, so I disable it by default
#myconf="${myconf} --enable-safe-mode"