commit ce046aa516a5f36fa89243530f267eee35735081
Author: Elan Ruusamäe <[email protected]>
Date:   Mon Dec 9 22:25:06 2013 +0200

    disable werror, too many warnings to fix ourselves

 apache-mod_spdy.spec | 5 +++++
 1 file changed, 5 insertions(+)
---
diff --git a/apache-mod_spdy.spec b/apache-mod_spdy.spec
index 91ee2d0..9989add 100644
--- a/apache-mod_spdy.spec
+++ b/apache-mod_spdy.spec
@@ -1,3 +1,7 @@
+#
+# Conditional build:
+%bcond_with    werror          # build with "-Werror" enabled
+
 %define                mod_name        spdy
 %define        apxs            %{_sbindir}/apxs
 Summary:       Apache 2 module to enable SPDY support
@@ -40,6 +44,7 @@ CXX="%{__cxx}" \
        --format=make \
        --depth=. \
        build/all.gyp \
+       %{!?with_werror:-Dwerror=} \
        -Duse_openssl=1 \
        -Duse_system_apache_dev=1 \
        -Duse_system_libjpeg=1 \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/apache-mod_spdy.git/commitdiff/1b8cc06f57ef8cddda9102b399498b10227781c2

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to