[packages/libdbusmenu] disable -Werror completely

atler atler at pld-linux.org
Wed Oct 21 19:12:56 CEST 2020


commit d845dfa30cd41f47c38f5e2c2c80661579fd90fc
Author: Jan Palus <atler at pld-linux.org>
Date:   Wed Oct 21 17:50:17 2020 +0200

    disable -Werror completely

 libdbusmenu.spec | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/libdbusmenu.spec b/libdbusmenu.spec
index d46a3ce..1cb9526 100644
--- a/libdbusmenu.spec
+++ b/libdbusmenu.spec
@@ -272,7 +272,9 @@ Dokumentacja API biblioteki libdbusmenu-gtk (zarówno w wersji dla GTK+
 %prep
 %setup -q
 
-%{__sed} -i -e 's/-Werror/-Werror -Wno-error=deprecated-declarations/' \
+%{__sed} -i -e 's/-Werror//' \
+	libdbusmenu-glib/Makefile.am \
+	libdbusmenu-gtk/Makefile.am \
 	tools/Makefile.am \
 	tools/testapp/Makefile.am
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libdbusmenu.git/commitdiff/04127523eb4286d0dda097aca3d681b72efc49b1



More information about the pld-cvs-commit mailing list