diff options
| author | Natanael Copa <ncopa@alpinelinux.org> | 2018-11-06 17:34:58 +0000 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-11-07 16:46:16 +0000 |
| commit | c304015e4a86d2dcaba373195170ee32d1bfccd5 (patch) | |
| tree | e9a9f5e3ce7d6011b2a5e3c055a4e578d3028e2a /testing/hitch/disable-Werror.patch | |
| parent | 026cabf316eb477b2ae3e26dadc3e9c30ff26626 (diff) | |
| download | aports-c304015e4a86d2dcaba373195170ee32d1bfccd5.tar.bz2 aports-c304015e4a86d2dcaba373195170ee32d1bfccd5.tar.xz | |
testing/hitch: upgrade to 1.4.8
Diffstat (limited to 'testing/hitch/disable-Werror.patch')
| -rw-r--r-- | testing/hitch/disable-Werror.patch | 14 |
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) \ |
