[SCM] KOffice packaging branch, koffice2.3, updated. debian/2.3.0-1-10-ge855e7e

Raúl Sánchez Siles kebianizao-guest at alioth.debian.org
Sat Jan 8 00:19:01 UTC 2011


The following commit has been merged in the koffice2.3 branch:
commit fd1dcbd1422c77aa22705b33e880ca7819748f9d
Author: Raúl Sánchez Siles <rasasi78 at gmail.com>
Date:   Sat Dec 11 00:22:59 2010 +0100

    Tall cmake to use relative paths so that ccache hits are more likely.
    
    --HG--
    extra : rebase_source : 82d2778d966c3e4a8ec482fc5b7e16f66e1dd8ff
---
 debian/rules |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debian/rules b/debian/rules
index 74e6dc2..1497156 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ DH_ALWAYS_EXCLUDE:=CVS:.svn:.svnignore:.hg:.hgignore:.git
 
 #Do not build staging dir
 override_dh_auto_configure:
-	dh_auto_configure -Skde -- -DBUILD_staging=FALSE \
+	dh_auto_configure -Skde -- -DBUILD_staging=FALSE -DCMAKE_USE_RELATIVE_PATHS=ON \
 		-DCMAKE_SHARED_LINKER_FLAGS="-Wl,--as-needed -Wl,--no-undefined" \
 		-DCMAKE_MODULE_LINKER_FLAGS="-Wl,--as-needed -Wl,--no-undefined" \
 		-DCMAKE_EXE_LINKER_FLAGS="-Wl,--as-needed -Wl,--no-undefined"

-- 
KOffice packaging



More information about the pkg-kde-commits mailing list