[thunderbird-lightning/el6] Use -fpermissive

Orion Poplawski orion at fedoraproject.org
Thu Oct 23 14:40:27 UTC 2014


commit 049260e12aed46920314d272c49874af676e465e
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Thu Oct 23 08:40:30 2014 -0600

    Use -fpermissive

 thunderbird-lightning.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/thunderbird-lightning.spec b/thunderbird-lightning.spec
index 881978a..b93efc4 100644
--- a/thunderbird-lightning.spec
+++ b/thunderbird-lightning.spec
@@ -277,7 +277,7 @@ MOZ_APP_DIR=%{mozappdir}
 #
 # Disable C++ exceptions since Mozilla code is not exception-safe
 # 
-MOZ_OPT_FLAGS=$(echo "$RPM_OPT_FLAGS" | \
+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