[SCM] aliki/master: Avoid useless linking.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Tue Dec 20 21:45:09 UTC 2016
The following commit has been merged in the master branch:
commit 461379ff0a2f268283c9c2c53a34fe7790632a78
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Tue Dec 20 20:00:22 2016 +0100
Avoid useless linking.
diff --git a/debian/rules b/debian/rules
index be0a222..24e0be8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
-LDFLAGS+=-Wl,--as-needed
+export DEB_MAINT_LD_FLAGS_APPEND = -Wl,--as-needed
%:
dh $@ --sourcedir=source
--
aliki packaging
More information about the pkg-multimedia-commits
mailing list