]> git.pld-linux.org Git - packages/lsvpd.git/commitdiff
- does not build with C++17 standard, downgrade, rel 4 auto/th/lsvpd-1.7.10-4
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 25 Nov 2021 08:21:33 +0000 (09:21 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Thu, 25 Nov 2021 08:21:33 +0000 (09:21 +0100)
lsvpd.spec

index b402bfa4040593ef5bffc9a57da34429843388ff..66692464902923630a239247bf12c0040631a0e6 100644 (file)
@@ -9,7 +9,7 @@ Summary:        VPD/hardware inventory utilities for Linux
 Summary(pl.UTF-8):     Narzędzia do inwentaryzacji VPD/sprzętu dla Linuksa
 Name:          lsvpd
 Version:       1.7.10
-Release:       3
+Release:       4
 License:       GPL v2+ with librtas exception
 Group:         Applications/System
 Source0:       http://downloads.sourceforge.net/linux-diag/%{name}-%{version}.tar.gz
@@ -67,6 +67,7 @@ wypisuje poziomy mikrokodu i firmware'u.
 %{__autoconf}
 %{__autoheader}
 %{__automake}
+export CXXFLAGS="%{rpmcxxflags} -std=c++11"
 %configure \
        %{!?with_rtas:ac_cv_lib_rtas_rtas_get_vpd=no}
 %{__make}
This page took 0.147723 seconds and 4 git commands to generate.