[OpenEXR_Viewers] Fix empty variable name

Nicolas Chauvet kwizart at fedoraproject.org
Fri May 27 19:53:01 UTC 2011


commit 63138996c8e525abff4fe3731120e11faa1867c3
Author: Nicolas Chauvet <kwizart at gmail.com>
Date:   Fri May 27 21:52:35 2011 +0200

    Fix empty variable name

 OpenEXR_Viewers.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/OpenEXR_Viewers.spec b/OpenEXR_Viewers.spec
index f1219f9..3050ecf 100644
--- a/OpenEXR_Viewers.spec
+++ b/OpenEXR_Viewers.spec
@@ -80,6 +80,7 @@ sed -i -e 's|#include <vector>\n    using namespace Ctl|#include <vector>\n    #
 %build
 export CXXFLAGS="$RPM_OPT_FLAGS -L%{_libdir}"
 %configure  --disable-static \
+  --disable-openexrctltest \
 %if %with_Cg
   --with-cg-prefix=%{_prefix}
 %endif
@@ -87,7 +88,7 @@ export CXXFLAGS="$RPM_OPT_FLAGS -L%{_libdir}"
 # Missing libs for playexr
 sed -i -e 's|LIBS =|LIBS = -lglut|' playexr/Makefile
 
-make %{?_smp_mflags} FLTK_LDFLAGS = "-lfltk_gl -lGLU -lGL -lfltk"
+make %{?_smp_mflags} FLTK_LDFLAGS="-lfltk_gl -lGLU -lGL -lfltk"
 
 
 %install


More information about the scm-commits mailing list