[packages/percona-server/test-merge: 11/14] - try to avoid x32

glen glen at pld-linux.org
Tue Apr 12 08:13:27 CEST 2016


commit fa7a0e648b382993bd0c939c51eb1a748cbf07f8
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Thu Jan 28 07:41:21 2016 +0100

    - try to avoid x32

 mysql-build.patch | 10 ++++++++++
 1 file changed, 10 insertions(+)
---
diff --git a/mysql-build.patch b/mysql-build.patch
index ea45a7b..e50b058 100644
--- a/mysql-build.patch
+++ b/mysql-build.patch
@@ -57,3 +57,13 @@ diff -urNbB mysql-5.0.13-rc.org/sql/mysqld.cc mysql-5.0.13-rc/sql/mysqld.cc
  ADD_DEPENDENCIES(slave GenError)
  ADD_LIBRARY(sqlgunitlib
    filesort_utils.cc mdl.cc sql_list.cc sql_string.cc thr_malloc.cc
+--- percona-server-5.6.28-76.1/storage/tokudb/CMakeLists.txt~	2016-01-27 21:17:38.000000000 +0100
++++ percona-server-5.6.28-76.1/storage/tokudb/CMakeLists.txt	2016-01-28 07:23:41.844001444 +0100
+@@ -1,6 +1,7 @@
+ SET(TOKUDB_VERSION 5.6.28-76.1)
+ # PerconaFT only supports x86-64 and cmake-2.8.9+
+ IF(CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND
++    "${CMAKE_SIZEOF_VOID_P}" EQUAL "8" AND
+     NOT CMAKE_VERSION VERSION_LESS "2.8.9")
+ CHECK_CXX_SOURCE_COMPILES(
+ "
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/percona-server.git/commitdiff/3f9db001d66dea8ecc4912a033a20aa9bae752b7



More information about the pld-cvs-commit mailing list