[packages/pavucontrol] fix build by forcing -std=gnu++11
jajcus
jajcus at pld-linux.org
Sun Nov 29 18:38:37 CET 2015
commit ab446e50c68739600ec4f691e14614e16359aa7a
Author: Jacek Konieczny <jajcus at jajcus.net>
Date: Sun Nov 29 18:38:12 2015 +0100
fix build by forcing -std=gnu++11
Release: 2
pavucontrol.spec | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/pavucontrol.spec b/pavucontrol.spec
index 1f27458..3e26a8b 100644
--- a/pavucontrol.spec
+++ b/pavucontrol.spec
@@ -6,7 +6,7 @@ Summary: PulseAudio Volume Control
Summary(pl.UTF-8): PulseAudio Volume Control - sterowanie głośnością PulseAudio
Name: pavucontrol
Version: 3.0
-Release: 1
+Release: 2
License: GPL v2+
Group: X11/Applications/Sound
Source0: http://freedesktop.org/software/pulseaudio/pavucontrol/%{name}-%{version}.tar.xz
@@ -54,6 +54,7 @@ strumienia osobno.
%{__autoheader}
%{__automake}
%configure \
+ CXXFLAGS="%{rpmcxxflags} -std=gnu++11" \
%{?with_gtk2:--disable-gtk3} \
--disable-lynx \
--disable-silent-rules
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/pavucontrol.git/commitdiff/ab446e50c68739600ec4f691e14614e16359aa7a
More information about the pld-cvs-commit
mailing list