[Pkg-mysql-commits] [mariadb-5.5] 01/01: Uncomment TokuDB amd64 check

Otto Kekäläinen ottok-guest at moszumanska.debian.org
Tue Aug 12 12:55:59 UTC 2014


This is an automated email from the git hooks/post-receive script.

ottok-guest pushed a commit to branch master
in repository mariadb-5.5.

commit 0e1d6eba7a042b38f645c9f999f83b71ebc94b33
Author: Otto Kekäläinen <otto.kekalainen at seravo.fi>
Date:   Tue Aug 12 08:59:14 2014 +0300

    Uncomment TokuDB amd64 check
---
 debian/rules | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index 5098c72..c142c2d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,10 +17,11 @@ ifneq (,$(filter $(ARCH), i386 kfreebsd-i386 hurd-i386))
 endif
 
 # Skip TokuDB if arch is not amd64
-#ifneq ($(ARCH), amd64)
-#    TOKUDB_OPT="-DWITHOUT_TOKUDB=true"
-#endif
+ifneq ($(ARCH), amd64)
+    TOKUDB_OPT:=-DWITHOUT_TOKUDB=true
+endif
 
+Koulut alkaa, ja kohta myös koodikerho!  http://koodikerho.fi/
 
 export MYSQL_BUILD_CC=$(DEB_HOST_GNU_TYPE)-gcc
 export MYSQL_BUILD_CXX=$(DEB_HOST_GNU_TYPE)-g++

-- 
Alioth's hooks/post-receive on /srv/git.debian.org/git/pkg-mysql/mariadb-5.5.git



More information about the Pkg-mysql-commits mailing list