[SCM] jalv/master: Fix passing ldflags.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Thu Feb 20 14:05:15 UTC 2014
The following commit has been merged in the master branch:
commit d2b47fb1b2f3e1694384753a2707d05fec3a80f0
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Thu Feb 20 15:05:08 2014 +0100
Fix passing ldflags.
diff --git a/debian/rules b/debian/rules
index d05633e..958b794 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ 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 LDFLAGS+=-Wl,--as-needed
+LDFLAGS += -Wl,--as-needed
WAF = ./waf
%:
--
jalv packaging
More information about the pkg-multimedia-commits
mailing list