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
commit0cf8249ad81177e9d2c74ac81de133474cf8a66e (patch)
tree60fc35b14f45946b21a6e4ee1bf6486a50471d84 /eclass
parentremove redudant notice (diff)
downloadgentoo-2-0cf8249ad81177e9d2c74ac81de133474cf8a66e.tar.gz
gentoo-2-0cf8249ad81177e9d2c74ac81de133474cf8a66e.tar.bz2
gentoo-2-0cf8249ad81177e9d2c74ac81de133474cf8a66e.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"