]> git.pld-linux.org Git - packages/falf.git/commitdiff
Second attempt at adding fpermissive
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 18 Jul 2012 12:41:54 +0000 (14:41 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Wed, 18 Jul 2012 12:41:54 +0000 (14:41 +0200)
falf.spec

index 424e9fe7e370ab17d99687b261788d6eda87707a..a4d445fb32d385fbaca2d8c6f7097ad6cd074099 100644 (file)
--- a/falf.spec
+++ b/falf.spec
@@ -27,8 +27,6 @@ BuildRequires:        xine-lib-devel
 Requires:      xine-plugin-audio
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                specflags       -fpermissive
-
 %description
 FALF Player is based on foobar2000 music player for KDE.
 
@@ -68,6 +66,7 @@ Atuty:
 
 %build
 export QTDIR=%{_prefix}
+export CXXFLAGS="%{rpmcxxflags} -fpermissive"
 qmake
 %{__make}
 
This page took 0.259229 seconds and 4 git commands to generate.