aboutsummaryrefslogtreecommitdiffstats
path: root/testing/hitch/disable-Werror.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/hitch/disable-Werror.patch')
-rw-r--r--testing/hitch/disable-Werror.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/testing/hitch/disable-Werror.patch b/testing/hitch/disable-Werror.patch
new file mode 100644
index 0000000000..11ef3281b2
--- /dev/null
+++ b/testing/hitch/disable-Werror.patch
@@ -0,0 +1,14 @@
+diff --git a/src/Makefile.am b/src/Makefile.am
+index 1c05f74..08ba97e 100644
+--- a/src/Makefile.am
++++ b/src/Makefile.am
+@@ -73,8 +73,7 @@ hitch_CFLAGS = \
+ $(AM_CFLAGS) \
+ $(SSL_CFLAGS) \
+ $(CRYPTO_CFLAGS) \
+- $(EV_CFLAGS) \
+- -Werror
++ $(EV_CFLAGS)
+
+ hitch_LDADD = \
+ $(SSL_LIBS) \