aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained/xtrabackup/Werror.patch
diff options
context:
space:
mode:
Diffstat (limited to 'unmaintained/xtrabackup/Werror.patch')
-rw-r--r--unmaintained/xtrabackup/Werror.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/unmaintained/xtrabackup/Werror.patch b/unmaintained/xtrabackup/Werror.patch
deleted file mode 100644
index ae94f09878..0000000000
--- a/unmaintained/xtrabackup/Werror.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./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)