]> git.pld-linux.org Git - packages/vcmi.git/commitdiff
Add -fpermissive to CXXFLAGS to oavoid problems with gcc 4.7
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 11 Jul 2012 12:02:01 +0000 (14:02 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Wed, 11 Jul 2012 12:02:01 +0000 (14:02 +0200)
vcmi.spec

index d2e74c9098617356353c7f06a653701caeecba9c..dce7db188c7dcbe8f338cc295cf58653990651c6 100644 (file)
--- a/vcmi.spec
+++ b/vcmi.spec
@@ -23,6 +23,8 @@ BuildRequires:        libstdc++-devel
 Suggests:      smpeg-libs
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define                specflags       -fpermissive
+
 # symbols defined in binaries and main library
 %define        skip_post_check_so      vcmi/Scripting/libvcmiERM.so.0.0.0
 
This page took 0.105864 seconds and 4 git commands to generate.