Signed-off-by: Waldemar Kozaczuk <jwkozac...@gmail.com>
---
 mysql/GET | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mysql/GET b/mysql/GET
index edc033e..2e3d673 100755
--- a/mysql/GET
+++ b/mysql/GET
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-VERSION=5.6.21
+VERSION=5.6.40
 BASEDIR=$PWD
 BUILDDIR=$BASEDIR/build
 ROOTDIR=$BASEDIR/install
@@ -19,7 +19,7 @@ cd $SRCDIR
 patch -p1 < ../osv.patch
 
 cd $BUILDDIR
-CFLAGS="-fPIC" CXXFLAGS="-fPIC" cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr 
../mysql-$VERSION
+CFLAGS="-fPIC" CXXFLAGS="-fPIC" cmake -DWITH_NUMA=OFF 
-DCMAKE_INSTALL_PREFIX:PATH=/usr ../mysql-$VERSION
 make -j4
 make install DESTDIR=$ROOTDIR
 
-- 
2.7.4

-- 
You received this message because you are subscribed to the Google Groups "OSv 
Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to osv-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to