[seamonkey/f15/master] build fix

Martin Stransky stransky at fedoraproject.org
Mon Mar 7 10:57:15 UTC 2011


commit cd97a9bca0379ee994ce9faaf15747feebdea5df
Author: Martin Stransky <stransky at anakreon.cz>
Date:   Mon Mar 7 11:56:54 2011 +0100

    build fix

 seamonkey.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/seamonkey.spec b/seamonkey.spec
index caa3c4a..5eaa76a 100644
--- a/seamonkey.spec
+++ b/seamonkey.spec
@@ -105,7 +105,7 @@ cd %{sources_subdir}
 
 # Mozilla builds with -Wall with exception of a few warnings which show up 
 # everywhere in the code; so, don't override that. 
-MOZ_OPT_FLAGS=$(echo $RPM_OPT_FLAGS | %{__sed} -e 's/-Wall//')
+MOZ_OPT_FLAGS=$(echo "$RPM_OPT_FLAGS -fpermissive" | %{__sed} -e 's/-Wall//')
 export CFLAGS=$MOZ_OPT_FLAGS
 export CXXFLAGS=$MOZ_OPT_FLAGS
 


More information about the scm-commits mailing list