[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 1e7cfd35db30cb5055d341eb0c067a35bdd4bbdc
Author: Raúl Sánchez Siles <rasasi78 at gmail.com>
Date:   Mon Dec 13 18:42:08 2010 +0100

    Simplify linker flags specification.
---
 debian/rules |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index f1f9432..9ce83e7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,12 +2,11 @@
 #
 DH_ALWAYS_EXCLUDE:=CVS:.svn:.svnignore:.hg:.hgignore:.git
 
+export LDFLAGS = "-Wl,--as-needed" "-Wl,--no-undefined"
+
 #Do not build staging dir
 override_dh_auto_configure:
-	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"
+	dh_auto_configure -Skde -- -DBUILD_staging=FALSE -DCMAKE_USE_RELATIVE_PATHS=ON
 
 override_dh_install:
 	dh_install --list-missing

-- 
KOffice packaging



More information about the pkg-kde-commits mailing list