template-specs: kde4.spec - CMAKE_BUILD_TYPE fix
glen
glen at pld-linux.org
Tue Oct 20 17:49:48 CEST 2009
Author: glen Date: Tue Oct 20 15:49:48 2009 GMT
Module: template-specs Tag: HEAD
---- Log message:
- CMAKE_BUILD_TYPE fix
---- Files affected:
template-specs:
kde4.spec (1.8 -> 1.9)
---- Diffs:
================================================================
Index: template-specs/kde4.spec
diff -u template-specs/kde4.spec:1.8 template-specs/kde4.spec:1.9
--- template-specs/kde4.spec:1.8 Fri Feb 20 12:55:05 2009
+++ template-specs/kde4.spec Tue Oct 20 17:49:43 2009
@@ -46,8 +46,8 @@
install -d build
cd build
%cmake .. \
+ -DCMAKE_BUILD_TYPE=%{!?debug:Release}%{?debug:Debug} \
-DCMAKE_INSTALL_PREFIX=%{_prefix} \
- -DCMAKE_BUILD_TYPE=%{!?debug:release}%{?debug:debug} \
%if "%{_lib}" == "lib64"
-DLIB_SUFFIX=64
%endif
@@ -72,6 +72,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.9 2009/10/20 15:49:43 glen
+- CMAKE_BUILD_TYPE fix
+
Revision 1.8 2009/02/20 11:55:05 shadzik
- conditional release/debug build, thx (glen)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/template-specs/kde4.spec?r1=1.8&r2=1.9&f=u
More information about the pld-cvs-commit
mailing list