[Lunar-commits] <moonbase> kdepim-runtime: fixed broken build. Nobody built it before?

Zbigniew Luszpinski zbiggy at lunar-linux.org
Sun Aug 28 01:31:21 CEST 2011


commit acebc35c721fd6661c84a710c98756c217482f36
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date:   Sun Aug 28 01:31:21 2011 +0200

    kdepim-runtime: fixed broken build. Nobody built it before?
---
 kde4/base/kdepim-runtime/BUILD |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/kde4/base/kdepim-runtime/BUILD b/kde4/base/kdepim-runtime/BUILD
index 5cad278..df940ea 100644
--- a/kde4/base/kdepim-runtime/BUILD
+++ b/kde4/base/kdepim-runtime/BUILD
@@ -3,6 +3,12 @@
   source /etc/profile.d/qt4.rc   &&
   source /etc/profile.d/kde4.rc  &&
 
+  # Must be built out of tree otherwise it will break
+  # at akonadi compilation. But does not have this file:
+  mkdir -p cmake/modules &&
+  touch cmake/modules/MacroEnsureOutOfSourceBuild.cmake &&
+  # to trigger out of tree build on Lunar. So touch it.
+
   default_cmake_build
-  
+
 ) > $C_FIFO 2>&1


More information about the Lunar-commits mailing list