[SCM] jack-rack packaging branch, master, updated. debian/1.4.7-2
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Mon Jun 21 18:43:49 UTC 2010
The following commit has been merged in the master branch:
commit 11d3c6eae95983d7eb98109ad20fe6811d33c8a6
Author: Alessio Treglia <alessio at debian.org>
Date: Mon Jun 21 20:40:34 2010 +0200
Remove -Wl,--as-needed flag.
diff --git a/debian/changelog b/debian/changelog
index 902d2a2..79b060f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,9 +6,8 @@ jack-rack (1.4.7-2) unstable; urgency=low
* Add debian/gbp.conf file.
* Use autotools_dev debhelper add-on to update config.{guess,sub} files.
* Add -Wl,-ldl to LDFLAGS to fix FTBFS with binutils-gold (Closes: #554925).
- * Append --as-needed to linking flags.
- -- Alessio Treglia <alessio at debian.org> Mon, 21 Jun 2010 20:31:46 +0200
+ -- Alessio Treglia <alessio at debian.org> Mon, 21 Jun 2010 20:40:09 +0200
jack-rack (1.4.7-1) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index 54ce94c..981c101 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
-LDFLAGS+=-Wl,-ldl -Wl,--as-needed
+LDFLAGS+=-Wl,-ldl
%:
dh --with autotools_dev $@
--
jack-rack packaging
More information about the pkg-multimedia-commits
mailing list