[packages/libpagemaker] disable -Werror

atler atler at pld-linux.org
Mon May 11 17:34:04 CEST 2020


commit 3ba4a29903cb3d384fabf11f1cfc73ddef0d8856
Author: Jan Palus <atler at pld-linux.org>
Date:   Mon May 11 17:33:40 2020 +0200

    disable -Werror

 libpagemaker.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/libpagemaker.spec b/libpagemaker.spec
index 2ffd179..4846c33 100644
--- a/libpagemaker.spec
+++ b/libpagemaker.spec
@@ -96,7 +96,8 @@ Obecnie obsługiwane są: SVG i surowy.
 %build
 %configure \
 	--disable-silent-rules \
-	%{?with_static_libs:--enable-static}
+	%{?with_static_libs:--enable-static} \
+	--disable-werror
 
 %{__make}
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libpagemaker.git/commitdiff/3ba4a29903cb3d384fabf11f1cfc73ddef0d8856



More information about the pld-cvs-commit mailing list