diff options
Diffstat (limited to 'main/xtrabackup/Werror.patch')
-rw-r--r-- | main/xtrabackup/Werror.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/main/xtrabackup/Werror.patch b/main/xtrabackup/Werror.patch new file mode 100644 index 0000000000..ae94f09878 --- /dev/null +++ b/main/xtrabackup/Werror.patch @@ -0,0 +1,11 @@ +--- ./src/libarchive/CMakeLists.txt.orig ++++ ./src/libarchive/CMakeLists.txt +@@ -843,7 +843,7 @@ + # aggressive about diagnosing build problems; this can get + # relaxed somewhat in final shipping versions. + IF ("CMAKE_C_COMPILER_ID" MATCHES "^GNU$") +- ADD_DEFINITIONS(-Wall -Werror) ++ ADD_DEFINITIONS(-Wall) + ENDIF ("CMAKE_C_COMPILER_ID" MATCHES "^GNU$") + + IF(ENABLE_TEST) |