[SCM] jack-rack/master: Link against -lm since symbols are used from there
sramacher at users.alioth.debian.org
sramacher at users.alioth.debian.org
Mon Jul 8 10:19:17 UTC 2013
The following commit has been merged in the master branch:
commit adc2d599e18ec69073f8f39f51bccfa6ae5773f7
Author: Sebastian Ramacher <sramacher at debian.org>
Date: Mon Jul 8 12:17:21 2013 +0200
Link against -lm since symbols are used from there
Thanks: Robie Basak for the patch
Closes: #713468
diff --git a/debian/patches/02-gcc45_binutils_gold.patch b/debian/patches/02-gcc45_binutils_gold.patch
index 1a0acc7..75e117e 100644
--- a/debian/patches/02-gcc45_binutils_gold.patch
+++ b/debian/patches/02-gcc45_binutils_gold.patch
@@ -1,21 +1,25 @@
Description: Fix FTBFS with newest GCC4.5 and linker.
+ Updated 2013-04-09 by Robie Basak <robie.basak at canonical.com>:
+ * Added -lm; this is already in the upstream bug.
Author: Alessio Treglia <alessio at debian.org>
Forwarded: https://sourceforge.net/apps/trac/jack-rack/ticket/1
Also forwarded to torbenh at gmx.de, leslie.polzer at gmx.net,
adamsampson at users.sourceforge.net
+Last-Update: 2013-04-09
---
src/Makefile.am | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---- jack-rack.orig/src/Makefile.am
-+++ jack-rack/src/Makefile.am
-@@ -61,7 +61,8 @@ jack_rack_CFLAGS = \
+--- a/src/Makefile.am
++++ b/src/Makefile.am
+@@ -61,7 +61,9 @@
-DGNOME_DISABLE_DEPRECATED=1
-jack_rack_LDFLAGS = \
+LIBS = \
+ -ldl \
++ -lm \
$(JACK_LIBS) \
$(GTK_LIBS) \
$(GNOMEUI_LIBS) \
--
jack-rack packaging
More information about the pkg-multimedia-commits
mailing list