2eda606935
- Rebased patches for 5.0.0 - Added patch from upstream fixing a h/2 bug visible on secondary arches - New snapshot of pkg-varnish - Some cosmetic changes to reduce the diff to the upstream specfile - Renamed subpackage varnish-libs-devel to just varnish-devel (as in upstream) - Removed varnishlog initrc and systemd start scripts, as in upstream (Nobody should run varnishlog as a daemon continously)
12 lines
496 B
Diff
12 lines
496 B
Diff
--- configure.orig 2016-08-24 22:21:08.524949225 +0200
|
|
+++ configure 2016-08-24 22:30:04.047845691 +0200
|
|
@@ -18108,7 +18108,7 @@
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_check_cflags___Werror" >&5
|
|
$as_echo "$ax_cv_check_cflags___Werror" >&6; }
|
|
if test x"$ax_cv_check_cflags___Werror" = xyes; then :
|
|
- CFLAGS="${CFLAGS} -Werror"
|
|
+# CFLAGS="${CFLAGS} -Werror"
|
|
OCFLAGS="${OCFLAGS} -Werror"
|
|
else
|
|
as_CACHEVAR=`$as_echo "ax_cv_check_cflags__${SUNCC_CFLAGS}" | $as_tr_sh`
|