wok rev 5772

mysql: Add InnoDB support.
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Tue Jul 06 00:21:37 2010 +0200 (2010-07-06)
parents bc5b14d1f2df
children 74d790665d71
files mysql/receipt
line diff
     1.1 --- a/mysql/receipt	Mon Jul 05 15:39:05 2010 +0000
     1.2 +++ b/mysql/receipt	Tue Jul 06 00:21:37 2010 +0200
     1.3 @@ -26,6 +26,7 @@
     1.4  		--with-unix-socket-path=/var/run/mysqld/mysqld.sock \
     1.5  		--with-mysqld-user=mysql \
     1.6  		--enable-thread-safe-client \
     1.7 +		--with-plugins=innobase,innodb_plugin \
     1.8  		--mandir=/usr/share/man $CONFIGURE_ARGS &&
     1.9  	make -j 4 &&
    1.10  	make DESTDIR=$PWD/_pkg install