]> git.pld-linux.org Git - packages/apache-mod_spdy.git/commitdiff
disable werror, too many warnings to fix ourselves
authorElan Ruusamäe <glen@delfi.ee>
Mon, 9 Dec 2013 20:25:06 +0000 (22:25 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 9 Dec 2013 20:25:06 +0000 (22:25 +0200)
apache-mod_spdy.spec

index 91ee2d0a8e548cfb1a804be7a7023c301b5166a4..9989addcb78d8d465e94ca7b4f1b088469c29987 100644 (file)
@@ -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 \
This page took 0.068771 seconds and 4 git commands to generate.