diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-12-21 14:00:36 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-12-21 14:28:41 +0000 |
commit | c49e67b06aeba81a5c9154bf9e41b793d9e6608e (patch) | |
tree | 2a33e649a37c36c6e26bacb89edec6260c85f75f /unmaintained/xtrabackup/Werror.patch | |
parent | 7a80f43f38f34c97e5c4e484146a3ac1e034da35 (diff) | |
download | aports-c49e67b06aeba81a5c9154bf9e41b793d9e6608e.tar.bz2 aports-c49e67b06aeba81a5c9154bf9e41b793d9e6608e.tar.xz |
unmaintained/xtrabackup: moved from main
Diffstat (limited to 'unmaintained/xtrabackup/Werror.patch')
-rw-r--r-- | unmaintained/xtrabackup/Werror.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/unmaintained/xtrabackup/Werror.patch b/unmaintained/xtrabackup/Werror.patch new file mode 100644 index 0000000000..ae94f09878 --- /dev/null +++ b/unmaintained/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) |