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