[SCM] samplv1/master: Avoid useless linking.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Mon Jun 26 20:57:43 UTC 2017


The following commit has been merged in the master branch:
commit 508c62028cb5987617f15bcc24ae63cf1f2b4c1d
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Mon Jun 26 22:42:20 2017 +0200

    Avoid useless linking.

diff --git a/debian/rules b/debian/rules
index db8fc29..860558d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,8 @@
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+
 DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
 
 EXTRA_CONFIGURE_ARGS = \

-- 
samplv1 packaging



More information about the pkg-multimedia-commits mailing list