[btanks] Revert "CFLAGS seems to have gotten an extra set of quotes."

Bruno Wolff III bruno at fedoraproject.org
Sun Jun 26 19:14:48 UTC 2011


commit 006dbc9277a037d4a768af95f21eff51bb5977fd
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Sat Jun 25 03:53:54 2011 -0500

    Revert "CFLAGS seems to have gotten an extra set of quotes."
    
    This reverts commit 6b84c9a50b982db5fe48c31ce6da3d920955885f.

 btanks.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/btanks.spec b/btanks.spec
index 8eaa43b..07f88b1 100644
--- a/btanks.spec
+++ b/btanks.spec
@@ -86,8 +86,8 @@ scons %{?_smp_mflags} \
         plugins_dir=%{_libdir}/%{name} \
         resources_dir=%{_datadir}/%{name} \
         mode=release \
-        CFLAGS=%{optflags} \
-        CXXFLAGS=%{optflags} \
+        CFLAGS="%{optflags}" \
+        CXXFLAGS="%{optflags}" \
         enable_lua=true
 
 


More information about the scm-commits mailing list