aports/main/xtrabackup/Werror.patch
Natanael Copa d3da5b4c5a main/xtrabackup: fix build
work around -Werror
2014-11-04 10:34:48 +00:00

12 lines
375 B
Diff

--- ./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)