Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting.git;a=commitdiff;h=0161e9b3fe0a9372ad3675f94652e694cf8f5aee

commit 0161e9b3fe0a9372ad3675f94652e694cf8f5aee
Author: Michel Hermier <herm...@frugalware.org>
Date:   Sun Jan 10 12:05:33 2010 +0100

include/kde.sh

* Make _F_cmakekde_final FALSE by default. It is not allways available
by upstream code, and disabling this optimisation is allways safe.

diff --git a/source/include/kde.sh b/source/include/kde.sh
index 1156aa8..bc4d7f9 100644
--- a/source/include/kde.sh
+++ b/source/include/kde.sh
@@ -33,7 +33,8 @@ Finclude cmake
# * _F_kde_pkgver (defaults to $pkgver or to $_F_kde_ver if empty): the version 
of the package
# used to construct the source.
# * _F_kde_subpkgs (no defaults): Special array for splitting packages 
automatically.
-# * _F_cmakekde_final (default: TRUE): Enable finalisation of binaries 
(Optimize more)
+# * _F_cmakekde_final (default: FALSE): Enable finalisation of binaries 
(Optimize more)
+# Disable by default since it is an optimisation not allways tested/available 
by upstream.
###

if [ -z "$_F_kde_ver" ]; then
@@ -63,7 +64,7 @@ if [ -z "$_F_kde_dirname" ]; then
fi

if [ -z "$_F_cmakekde_final" ]; then
-       _F_cmakekde_final="TRUE"
+       _F_cmakekde_final="FALSE"
fi

###
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to