]> git.pld-linux.org Git - packages/commoncpp2.git/commitdiff
- fix building with gcc 11, rebuild with openssl 3.0.0, rel 6 master auto/th/commoncpp2-1.8.1-6
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 22 Oct 2021 20:49:11 +0000 (22:49 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Fri, 22 Oct 2021 20:49:11 +0000 (22:49 +0200)
commoncpp2.spec

index cc7af2bd5a47b2af9ea24cd91c7f3693ff0ea9f9..660e765dff438a815e8faeef3800b3c4b3046714 100644 (file)
@@ -7,7 +7,7 @@ Summary:        A GNU package for creating portable C++ programs
 Summary(pl.UTF-8):     Pakiet GNU do tworzenia przenośnych programów w C++
 Name:          commoncpp2
 Version:       1.8.1
-Release:       5
+Release:       6
 License:       GPL v2+ with runtime exception
 Group:         Libraries
 Source0:       http://ftp.gnu.org/gnu/commoncpp/%{name}-%{version}.tar.gz
@@ -92,6 +92,7 @@ Statyczna biblioteka commoncpp2.
 %{__autoconf}
 %{__autoheader}
 %{__automake}
+export CXXFLAGS="%{rpmcxxflags} -std=c++11 -fpermissive"
 %configure \
        %{!?with_static_libs:--disable-static} \
        %{?with_gnutls:--with-gnutls} \
This page took 0.099191 seconds and 4 git commands to generate.