[SCM] jack-rack packaging branch, master, updated. debian/1.4.7-1-7-gd958d6b
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Mon Jun 21 18:29:49 UTC 2010
The following commit has been merged in the master branch:
commit d958d6b9f9b8dcc6ed0950a4c6a203776750ac2d
Author: Alessio Treglia <alessio at debian.org>
Date: Mon Jun 21 20:29:45 2010 +0200
Append --as-needed to linking flags.
diff --git a/debian/rules b/debian/rules
index 981c101..54ce94c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
-LDFLAGS+=-Wl,-ldl
+LDFLAGS+=-Wl,-ldl -Wl,--as-needed
%:
dh --with autotools_dev $@
--
jack-rack packaging
More information about the pkg-multimedia-commits
mailing list