wok-next diff mysql/receipt @ rev 6058

commoncpp2: Upgrade to 1.8.0
author Matthew Sheets <rcx@zoominternet.net>
date Thu Aug 19 22:18:58 2010 +0000 (2010-08-19)
parents 88732eec82fc
children 0d38e6b0c9a7
line diff
     1.1 --- a/mysql/receipt	Sat Jun 26 12:16:15 2010 +0200
     1.2 +++ b/mysql/receipt	Thu Aug 19 22:18:58 2010 +0000
     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