[Pkg-privacy-commits] [seahorse-nautilus] 16/26: Link libraries as needed to avoid unnecessary dependencies.
Carlos Maddela
maddela-guest at moszumanska.debian.org
Tue Jan 10 22:14:57 UTC 2017
This is an automated email from the git hooks/post-receive script.
maddela-guest pushed a commit to branch master
in repository seahorse-nautilus.
commit a2368abde89b3ee6202d78e762ff77194480436f
Author: Carlos Maddela <e7appew at gmail.com>
Date: Sun Jan 8 18:08:48 2017 +1100
Link libraries as needed to avoid unnecessary dependencies.
---
debian/rules | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 0d09158..8e51394 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,6 @@
#!/usr/bin/make -f
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
MUTABLE_FILES := \
Makefile.in \
@@ -30,7 +31,7 @@ override_dh_autoreconf:
for f in $(MUTABLE_FILES); do \
cp -an $$f $$f.orig; \
done
- dh_autoreconf
+ dh_autoreconf --as-needed
override_dh_clean:
dh_clean -X.orig
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/seahorse-nautilus.git
More information about the Pkg-privacy-commits
mailing list