[SCM] vamp-plugin-sdk/master: Avoid most useless linking.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Mon Dec 26 23:53:11 UTC 2016
The following commit has been merged in the master branch:
commit eed423904bb10f565008d9ed2bb5fe0b2eb72181
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Tue Dec 27 00:43:05 2016 +0100
Avoid most useless linking.
diff --git a/debian/rules b/debian/rules
index b926bea..29f9df7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ pkg = $(shell dpkg-parsechangelog | sed -ne 's/^Source: //p')
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-LDFLAGS+=-Wl,--as-needed
+export DEB_LDFLAGS_MAINT_APPEND = -ldl -Wl,--as-needed
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
export PREFIX=/usr
--
vamp-plugin-sdk packaging
More information about the pkg-multimedia-commits
mailing list