From c304015e4a86d2dcaba373195170ee32d1bfccd5 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 6 Nov 2018 17:34:58 +0000 Subject: testing/hitch: upgrade to 1.4.8 --- testing/hitch/disable-Werror.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 testing/hitch/disable-Werror.patch (limited to 'testing/hitch/disable-Werror.patch') 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) \ -- cgit v1.2.3