[Lunar-commits] r21263 - moonbase/trunk/sql/mysql
Stefan Wold
ratler at lunar-linux.org
Tue Sep 5 05:49:08 UTC 2006
Author: ratler
Date: 2006-09-05 05:49:07 +0000 (Tue, 05 Sep 2006)
New Revision: 21263
Modified:
moonbase/trunk/sql/mysql/CONFIGURE
Log:
This fixes bug #29. Added charachter set query to install
all charsets, otherwise it will fallback to complex.
Modified: moonbase/trunk/sql/mysql/CONFIGURE
===================================================================
--- moonbase/trunk/sql/mysql/CONFIGURE 2006-09-05 05:22:41 UTC (rev 21262)
+++ moonbase/trunk/sql/mysql/CONFIGURE 2006-09-05 05:49:07 UTC (rev 21263)
@@ -49,6 +49,12 @@
else
OPTS="$OPTS --without-embedded-server"
fi
+
+ if query "Enable all charachter sets? " n; then
+ OPTS="$OPTS --with-extra-charsets=all"
+ else
+ OPTS="$OPTS --with-extra-charsets=complex"
+ fi
echo 'CONFIGURED="y"' >> $MODULE_CONFIG
echo 'OPTS='\"$OPTS\" >> $MODULE_CONFIG
More information about the Lunar-commits
mailing list