[Pkg-owncloud-commits] [owncloud-client] 02/03: Added parameter to debian/rules to link only needed dependencies.
Sandro Knauß
hefee-guest at moszumanska.debian.org
Tue Apr 22 18:16:12 UTC 2014
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository owncloud-client.
commit b8c3f6ca2faf6e9fe8324858e936b15c2b83ebbf
Author: Sandro Knauß <bugs at sandroknauss.de>
Date: Tue Apr 22 20:12:33 2014 +0200
Added parameter to debian/rules to link only needed dependencies.
---
debian/rules | 1 +
1 file changed, 1 insertion(+)
diff --git a/debian/rules b/debian/rules
index 2456aeb..af0114d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,7 @@
export CSYNC_DIR=/usr/include/ocsync
export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-pie
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
DEBVERS := $(shell dpkg-parsechangelog | sed -n -e 's/^Version: //p')
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list