[mariadb/f18] Added mariadb-cmakehostname.patch

Honza Horak hhorak at fedoraproject.org
Mon Oct 14 11:45:27 UTC 2013


commit 75282c359534a75fec8a7cd21af91fce3140e355
Author: Honza HorĂ¡k <hhorak at redhat.com>
Date:   Fri Oct 11 10:24:26 2013 +0200

    Added mariadb-cmakehostname.patch

 mariadb-cmakehostname.patch |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)
---
diff --git a/mariadb-cmakehostname.patch b/mariadb-cmakehostname.patch
new file mode 100644
index 0000000..e3fba15
--- /dev/null
+++ b/mariadb-cmakehostname.patch
@@ -0,0 +1,14 @@
+Upstream bug report: https://mariadb.atlassian.net/browse/MDEV-5124
+
+diff -up mariadb-5.5.33a/storage/tokudb/ft-index/cmake_modules/TokuSetupCTest.cmake.cmakehostname mariadb-5.5.33a/storage/tokudb/ft-index/cmake_modules/TokuSetupCTest.cmake
+--- mariadb-5.5.33a/storage/tokudb/ft-index/cmake_modules/TokuSetupCTest.cmake.cmakehostname	2013-10-10 16:21:18.904236776 +0200
++++ mariadb-5.5.33a/storage/tokudb/ft-index/cmake_modules/TokuSetupCTest.cmake	2013-10-10 16:21:29.718243555 +0200
+@@ -60,7 +60,7 @@ macro(hostname out)
+     COMMAND hostname
+     OUTPUT_VARIABLE fullhostname
+     OUTPUT_STRIP_TRAILING_WHITESPACE)
+-  string(REGEX REPLACE "\\.tokutek\\.com$" "" ${out} ${fullhostname})
++  string(REGEX REPLACE "\\.tokutek\\.com$" "" ${out} "${fullhostname}")
+ endmacro(hostname)
+ 
+ ## gather machine info


More information about the scm-commits mailing list