[csw-devel] SF.net SVN: gar:[7913] csw/mgar/pkg/mysql5/branches/mysql-5.0.x
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Fri Jan 8 01:42:28 CET 2010
Revision: 7913
http://gar.svn.sourceforge.net/gar/?rev=7913&view=rev
Author: wahwah
Date: 2010-01-08 00:42:27 +0000 (Fri, 08 Jan 2010)
Log Message:
-----------
mysql5.0.x: Added --enable-thread-safe-client
Modified Paths:
--------------
csw/mgar/pkg/mysql5/branches/mysql-5.0.x/Makefile
csw/mgar/pkg/mysql5/branches/mysql-5.0.x/checksums
csw/mgar/pkg/mysql5/branches/mysql-5.0.x/files/CSWmysql5.postinstall
Modified: csw/mgar/pkg/mysql5/branches/mysql-5.0.x/Makefile
===================================================================
--- csw/mgar/pkg/mysql5/branches/mysql-5.0.x/Makefile 2010-01-08 00:37:22 UTC (rev 7912)
+++ csw/mgar/pkg/mysql5/branches/mysql-5.0.x/Makefile 2010-01-08 00:42:27 UTC (rev 7913)
@@ -144,15 +144,16 @@
# Set ./configure options
CONFIGURE_ARGS = $(DIRPATHS)
CONFIGURE_ARGS += --disable-assembler
-CONFIGURE_ARGS += --without-docs
CONFIGURE_ARGS += --enable-local-infile
+CONFIGURE_ARGS += --enable-thread-safe-client
CONFIGURE_ARGS += --with-extra-charsets=all
CONFIGURE_ARGS += --with-low-memory
+CONFIGURE_ARGS += --with-plugins=max-no-ndb
CONFIGURE_ARGS += --with-pthread
CONFIGURE_ARGS += --with-readline
+CONFIGURE_ARGS += --with-ssl=/opt/csw
CONFIGURE_ARGS += --with-zlib-dir=/opt/csw
-CONFIGURE_ARGS += --with-ssl=/opt/csw
-CONFIGURE_ARGS += --with-plugins=max-no-ndb
+CONFIGURE_ARGS += --without-docs
CONFIGURE_ARGS_DBG = --with-debug
CONFIGURE_ARGS += $(CONFIGURE_ARGS_$(GARFLAVOR))
Modified: csw/mgar/pkg/mysql5/branches/mysql-5.0.x/checksums
===================================================================
--- csw/mgar/pkg/mysql5/branches/mysql-5.0.x/checksums 2010-01-08 00:37:22 UTC (rev 7912)
+++ csw/mgar/pkg/mysql5/branches/mysql-5.0.x/checksums 2010-01-08 00:42:27 UTC (rev 7913)
@@ -2,7 +2,7 @@
1414d06fab1530484a508927a0de4154 0002-cast-user_info-pw_gid-to-gid_t.patch
5415f365f1b0f7a179d1efc25f45bbee 0003-OpenCSW-perl-for-tests.patch
8ab232cd4d232b3cda3bbced93f80237 0004-basedir-and-datadir-in-the-cnf-files.patch
-a723d7b35d76794c910daa20e6f86158 CSWmysql5.postinstall
+a441f22d615222a04118805d3976a248 CSWmysql5.postinstall
60162ea667507a6a487027e7c389ca55 CSWmysql5.preinstall
e691b0cf00a3925ac55c1844045d6e30 ChangeLog
e42afb5ec1b1ab02d2ec3b46d0922636 README.CSW
Modified: csw/mgar/pkg/mysql5/branches/mysql-5.0.x/files/CSWmysql5.postinstall
===================================================================
--- csw/mgar/pkg/mysql5/branches/mysql-5.0.x/files/CSWmysql5.postinstall 2010-01-08 00:37:22 UTC (rev 7912)
+++ csw/mgar/pkg/mysql5/branches/mysql-5.0.x/files/CSWmysql5.postinstall 2010-01-08 00:42:27 UTC (rev 7913)
@@ -86,8 +86,8 @@
svcadm clear cswmysql5
svcadm enable cswmysql5
else
- echo "Running \`/etc/opt/csw/init.d/cswmysql\` start to start the database."
- /etc/opt/csw/init.d/cswmysql start
+ echo "Running \`/etc/opt/csw/init.d/cswmysql\` start to start the database."
+ /etc/opt/csw/init.d/cswmysql start
fi
exit 0
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list