[thunderbird-lightning/el5] Use gcc44

Orion Poplawski orion at fedoraproject.org
Mon Dec 16 03:30:50 UTC 2013


commit e0d96599f2655218d32cc28fdc2a5b13b18d1622
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Sun Dec 15 20:30:54 2013 -0700

    Use gcc44

 thunderbird-lightning.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/thunderbird-lightning.spec b/thunderbird-lightning.spec
index 67041dc..8faa652 100644
--- a/thunderbird-lightning.spec
+++ b/thunderbird-lightning.spec
@@ -209,6 +209,9 @@ MOZ_APP_DIR=%{mozappdir}
 # 
 MOZ_OPT_FLAGS=$(echo "$RPM_OPT_FLAGS" | \
                       %{__sed} -e 's/-Wall//')
+export CC=gcc44
+export GCC=gcc44
+export CXX=g++44
 export CFLAGS=$MOZ_OPT_FLAGS
 export CXXFLAGS=$MOZ_OPT_FLAGS
 


More information about the scm-commits mailing list