]> git.pld-linux.org Git - packages/libwps.git/commitdiff
- disable -Werror for now libwps-0.2 auto/th/libwps-0.2.9-1
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 7 Jun 2013 14:46:44 +0000 (16:46 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 7 Jun 2013 14:46:44 +0000 (16:46 +0200)
libwps.spec

index 5dd6fe9391ee329d618997f4ed400c3353a20db9..d78c7f50b8c6160e50ece816992a3632d75447c4 100644 (file)
@@ -82,9 +82,12 @@ formatów. Obecnie obsługiwane: html, raw, tekst.
 %{__automake}
 %{__autoheader}
 %{__autoconf}
+# Note: as of 0.2.9, build with -Werror fails with gcc 4.8:
+# WPS8Graph.cpp:245:34: error: typedef 'Pict' locally defined but not used [-Werror=unused-local-typedefs]
 %configure \
        --disable-silent-rules \
-       --enable-static
+       --enable-static \
+       --disable-werror
 %{__make}
 
 %install
This page took 0.089501 seconds and 4 git commands to generate.