packages: kde4-oxygen-icons/kde4-oxygen-icons.spec - trick cmake not to che...
shadzik
shadzik at pld-linux.org
Mon Nov 30 11:04:13 CET 2009
Author: shadzik Date: Mon Nov 30 10:04:13 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- trick cmake not to check for working compilers, as we don't need compilers at all to make this package
---- Files affected:
packages/kde4-oxygen-icons:
kde4-oxygen-icons.spec (1.16 -> 1.17)
---- Diffs:
================================================================
Index: packages/kde4-oxygen-icons/kde4-oxygen-icons.spec
diff -u packages/kde4-oxygen-icons/kde4-oxygen-icons.spec:1.16 packages/kde4-oxygen-icons/kde4-oxygen-icons.spec:1.17
--- packages/kde4-oxygen-icons/kde4-oxygen-icons.spec:1.16 Mon Nov 30 10:26:39 2009
+++ packages/kde4-oxygen-icons/kde4-oxygen-icons.spec Mon Nov 30 11:04:08 2009
@@ -61,6 +61,8 @@
%cmake .. \
-DCMAKE_INSTALL_PREFIX=%{_prefix} \
-DCMAKE_BUILD_TYPE=%{!?debug:Release}%{?debug:Debug} \
+ -DCMAKE_CXX_COMPILER_WORKS=1 \
+ -DCMAKE_C_COMPILER_WORKS=1 \
%if "%{_lib}" == "lib64"
-DLIB_SUFFIX=64
%endif
@@ -128,6 +130,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.17 2009/11/30 10:04:08 shadzik
+- trick cmake not to check for working compilers, as we don't need compilers at all to make this package
+
Revision 1.16 2009/11/30 09:26:39 shadzik
- no no, definitely no libstdc++-devel BR
- # ldd /usr/bin/cmake |grep libstdc++
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kde4-oxygen-icons/kde4-oxygen-icons.spec?r1=1.16&r2=1.17&f=u
More information about the pld-cvs-commit
mailing list