[SCM] japa/master: Avoid useless linking.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Thu Dec 22 15:36:05 UTC 2016
The following commit has been merged in the master branch:
commit 4cb08bff1c3be7113c44088e2bd3a6ab37d5f9d4
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Thu Dec 22 16:32:43 2016 +0100
Avoid useless linking.
diff --git a/debian/rules b/debian/rules
index 265abb0..77eaff7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-LDFLAGS+=-Wl,--as-needed
+export LDLIBS += -Wl,--as-needed
%:
dh $@ --sourcedir=source
--
japa packaging
More information about the pkg-multimedia-commits
mailing list