[SCM] fomp/master: Avoid useless linking - properly.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Sun Oct 29 16:29:30 UTC 2017


The following commit has been merged in the master branch:
commit e2e29f4987082512fc01d0a1fba5e49ae46177fa
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Sun Oct 29 17:14:09 2017 +0100

    Avoid useless linking - properly.

diff --git a/debian/rules b/debian/rules
index eb24f8e..f59e66b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,8 +4,9 @@ upstream_version ?= $(shell dpkg-parsechangelog | sed -rne 's/^Version: ([0-9.]+
 dfsg_version = $(upstream_version)~dfsg0
 pkg = $(shell dpkg-parsechangelog | sed -ne 's/^Source: //p')
 
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
-LDFLAGS+=-Wl,--as-needed
 WAF = ./waf
 
 %:

-- 
fomp packaging



More information about the pkg-multimedia-commits mailing list