[packages/libfreehand] disable -Werror

atler atler at pld-linux.org
Mon May 11 17:16:00 CEST 2020


commit 1d2dee6ed950ec95c9aca7aef4eba08ebb72410b
Author: Jan Palus <atler at pld-linux.org>
Date:   Mon May 11 17:15:17 2020 +0200

    disable -Werror

 libfreehand.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/libfreehand.spec b/libfreehand.spec
index f489c87..cad2b1b 100644
--- a/libfreehand.spec
+++ b/libfreehand.spec
@@ -97,7 +97,8 @@ Aktualnie obsługiwane są SVG i format surowy.
 %build
 %configure \
 	--disable-silent-rules \
-	%{?with_static_libs:--enable-static}
+	%{?with_static_libs:--enable-static} \
+	--disable-werror
 %{__make}
 
 %install
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libfreehand.git/commitdiff/1d2dee6ed950ec95c9aca7aef4eba08ebb72410b



More information about the pld-cvs-commit mailing list