[btanks] Revert "Attempted fix for options getting added twice."

Bruno Wolff III bruno at fedoraproject.org
Sun Jun 26 19:15:34 UTC 2011


commit 17bdc769594ccaf20c05117dbeddec086ff248f4
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Sat Jun 25 10:26:35 2011 -0500

    Revert "Attempted fix for options getting added twice."
    
    This reverts commit 6150ae7dbd4a8243783ce9f815c71743fa918c8e.

 btanks.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/btanks.spec b/btanks.spec
index 11c9e82..b3a9321 100644
--- a/btanks.spec
+++ b/btanks.spec
@@ -82,7 +82,8 @@ mv -f README-ru.txt{.new,}
 %build
 # flags need to be passed via environment or they get treated as a single
 # word rather than as multiple arguments.
-export CXXFLAGS="%{optflags}"; \
+export CCFLAGS="%{optflags}"; \
+        export CXXFLAGS="%{optflags}"; \
         scons %{?_smp_mflags} \
         prefix=%{_prefix} \
         lib_dir=%{_libdir} \


More information about the scm-commits mailing list