[packages/libwps] - disable -Werror for now

qboosh qboosh at pld-linux.org
Fri Jun 7 16:46:54 CEST 2013


commit 01e85c6bf90ae1896990c3a2cbf21b848ba26386
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Fri Jun 7 16:46:44 2013 +0200

    - disable -Werror for now

 libwps.spec | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/libwps.spec b/libwps.spec
index 5dd6fe9..d78c7f5 100644
--- a/libwps.spec
+++ b/libwps.spec
@@ -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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libwps.git/commitdiff/01e85c6bf90ae1896990c3a2cbf21b848ba26386



More information about the pld-cvs-commit mailing list