[florist] Fix fedora optflags (#810717)

Pavel Zhukov landgraf at fedoraproject.org
Wed Jul 11 13:43:47 UTC 2012


commit cba99e309453975a4773efbeff81460da2b97a35
Author: Pavel Zhukov <pavel at zhukoff.net>
Date:   Wed Jul 11 17:43:38 2012 +0400

    Fix fedora optflags (#810717)

 florist.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/florist.spec b/florist.spec
index 6985c53..c61be34 100644
--- a/florist.spec
+++ b/florist.spec
@@ -49,8 +49,8 @@ autoconf
 %else
 %configure --disable-shared
 %endif
-export GNATOPTFLAGS="%GNAT_builder_flags"
-make %{?_smp_mflags}
+##%% export GNATOPTFLAGS="%GNAT_builder_flags"
+make %{?_smp_mflags} GCCFLAGS='%{optflags}' GNATOPTFLAGS='%{GPRbuild_optflags}'
 
 
 %install


More information about the scm-commits mailing list