varnish/varnish-4.1.3_fix_Werror_el6.patch
Ingvar Hagelund f7b14f7d3f New upstream release
- New snapshot of pkg-varnish, commit 4e27994
- README is now named README.rst
- Rebased Werror patch for el6
- vmod vcc files readable for all users
- set explicit python version in vmodtool.py
- Remove superflous Makefile.in.orig generated by patch
2016-08-05 09:01:26 +02:00

12 lines
574 B
Diff

--- configure.orig 2016-08-02 14:56:14.888475820 +0200
+++ configure 2016-08-02 14:56:26.633158063 +0200
@@ -17247,7 +17247,7 @@
# The reason for -Wno-error=unused-result is a glibc/gcc interaction
# idiocy where write is marked as warn_unused_result, causing build
# failures.
-CFLAGS="${CFLAGS} -Wall -Werror"
+#CFLAGS="${CFLAGS} -Wall -Werror"
OCFLAGS="${OCFLAGS} -Wall -Werror"
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts -Werror=unused-result" >&5
$as_echo_n "checking whether C compiler accepts -Werror=unused-result... " >&6; }