]> git.pld-linux.org Git - packages/xml-security-c.git/commitdiff
- up to 2.0.2 auto/th/xml-security-c-2.0.2-1
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 3 Oct 2021 08:42:30 +0000 (10:42 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 3 Oct 2021 08:42:30 +0000 (10:42 +0200)
- fixed building with gcc 11 and openssl 3.0.0

xml-security-c.spec

index 1c7ec1f1c86df39de479fcaee7b75e5bdd659a5f..b40a4203ee86e47e7dea72d15add50a4eae736f4 100644 (file)
@@ -9,12 +9,12 @@
 Summary:       C++ Implementation of W3C security standards for XML
 Summary(pl.UTF-8):     Implementacja w C++ standardów bezpieczeństwa W3C dla XML
 Name:          xml-security-c
-Version:       2.0.1
+Version:       2.0.2
 Release:       1
 License:       Apache v2.0
 Group:         Libraries
 Source0:       http://www.apache.org/dist/santuario/c-library/%{name}-%{version}.tar.bz2
-# Source0-md5: c6a36167967e5a526e060cab42ee4791
+# Source0-md5: 3bdb34cd2f41f08e339132edd8eb7729
 URL:           http://santuario.apache.org/cindex.html
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake
@@ -82,6 +82,7 @@ Statyczna biblioteka xml-security-c.
 %{__sed} -i -e 's/-O2 -DNDEBUG/-DNDEBUG/g' configure.ac
 
 %build
+export CXXFLAGS="%{rpmcxxflags} -fpermissive"
 # refresh lt for as-needed to work
 %{__libtoolize}
 %{__aclocal} -I m4
This page took 0.130569 seconds and 4 git commands to generate.