ソースを参照

Bugfix the CPPFLAG additions

Michael Schloh von Bennewitz 22 年 前
コミット
0e4d3f3394
1 ファイル変更4 行追加4 行削除
  1. 4 4
      mico/mico.spec

+ 4 - 4
mico/mico.spec

@@ -93,16 +93,16 @@ AutoReqProv:  no
     CXXFLAGS="%{l_cxxflags -O} -Wno-deprecated"
     CPPFLAGS="%{l_cppflags}"
 %if "%{with_ssl}" == "yes"
-    CPPFLAGS="$CPPFLAGS -I%{l_prefix}/include/openssl}"
+    CPPFLAGS="$CPPFLAGS -I%{l_prefix}/include/openssl"
 %endif
 %if "%{with_qt}" == "yes"
-    CPPFLAGS="$CPPFLAGS -I%{l_prefix}/include/qt}"
+    CPPFLAGS="$CPPFLAGS -I%{l_prefix}/include/qt"
 %endif
 %if "%{with_gtk}" == "yes"
-    CPPFLAGS="$CPPFLAGS -I%{l_prefix}/include/gtk}"
+    CPPFLAGS="$CPPFLAGS -I%{l_prefix}/include/gtk"
 %endif
 %if "%{with_tcl}" == "yes"
-    CPPFLAGS="$CPPFLAGS -I%{l_prefix}/include/tcl}"
+    CPPFLAGS="$CPPFLAGS -I%{l_prefix}/include/tcl"
 %endif
     LDFLAGS="%{l_ldflags}"
     JAVAC=no