[packages/libopensync02] disable -Werror in more makefiles
atler
atler at pld-linux.org
Sun Feb 2 01:58:00 CET 2025
commit 053ee81ed26ddac9320ed0f4873b22bf52082f06
Author: Jan Palus <atler at pld-linux.org>
Date: Sun Feb 2 00:02:00 2025 +0100
disable -Werror in more makefiles
libopensync02.spec | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/libopensync02.spec b/libopensync02.spec
index 0984b1d..3beaf47 100644
--- a/libopensync02.spec
+++ b/libopensync02.spec
@@ -17,6 +17,7 @@ Patch0: %{name}-py-m4.patch
Patch1: %{name}-swig.patch
Patch2: %{name}-memset.patch
Patch3: %{name}-link.patch
+Patch4: includes.patch
URL: http://www.opensync.org/
BuildRequires: autoconf >= 2.58
BuildRequires: automake
@@ -113,7 +114,8 @@ Wiązania Pythona do biblioteki opensync.
[ -x "%{_bindir}/python%{py_ver}-config" ] && sed -i -e 's#python-config#%{_bindir}/python%{py_ver}-config#g' acinclude.m4
# avoid errors on glib deprecation warnings
-%{__sed} -i -e 's#-Werror##g' opensync/Makefile.am osengine/Makefile.am tools/Makefile.am
+%{__sed} -i -e 's#-Werror##g' opensync/Makefile.am osengine/Makefile.am tools/Makefile.am \
+ formats/Makefile.am formats/vformats-xml/Makefile.am osplugin/Makefile.am wrapper/Makefile.am
%build
%{__libtoolize}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libopensync02.git/commitdiff/1932d04e1433a620e807e258267b2012279b1617
More information about the pld-cvs-commit
mailing list