summaryrefslogtreecommitdiffstats
path: root/databases/xtrabackup/files/patch-libarchive-CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'databases/xtrabackup/files/patch-libarchive-CMakeLists.txt')
-rw-r--r--databases/xtrabackup/files/patch-libarchive-CMakeLists.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/databases/xtrabackup/files/patch-libarchive-CMakeLists.txt b/databases/xtrabackup/files/patch-libarchive-CMakeLists.txt
new file mode 100644
index 0000000..8259ac6
--- /dev/null
+++ b/databases/xtrabackup/files/patch-libarchive-CMakeLists.txt
@@ -0,0 +1,14 @@
+--- storage/innobase/xtrabackup/src/libarchive/CMakeLists.txt 2015-10-16 20:40:52.000000000 +0200
++++ storage/innobase/xtrabackup/src/libarchive/CMakeLists.txt.new 2015-11-03 14:46:57.952677630 +0100
+@@ -822,9 +822,9 @@
+ # Especially for early development, we want to be a little
+ # aggressive about diagnosing build problems; this can get
+ # relaxed somewhat in final shipping versions.
+-IF ("CMAKE_C_COMPILER_ID" MATCHES "^GNU$")
++IF (CMAKE_C_COMPILER_ID MATCHES "^GNU$")
+ ADD_DEFINITIONS(-Wall -Werror)
+-ENDIF ("CMAKE_C_COMPILER_ID" MATCHES "^GNU$")
++ENDIF (CMAKE_C_COMPILER_ID MATCHES "^GNU$")
+
+ IF(ENABLE_TEST)
+ ADD_CUSTOM_TARGET(run_all_tests)
OpenPOWER on IntegriCloud