Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/jack-rack/files: jack-rack-1.4.8_rc1-underlinking.patch
Date: Fri, 28 Feb 2014 13:38:30
Message-Id: 20140228133826.1A2E72004E@flycatcher.gentoo.org
1 ssuominen 14/02/28 13:38:25
2
3 Added: jack-rack-1.4.8_rc1-underlinking.patch
4 Log:
5 Fix missing -lm in LIBS for exp(), log() and logf() wrt #463696 by Karl Lindén
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
8
9 Revision Changes Path
10 1.1 media-sound/jack-rack/files/jack-rack-1.4.8_rc1-underlinking.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/jack-rack/files/jack-rack-1.4.8_rc1-underlinking.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/jack-rack/files/jack-rack-1.4.8_rc1-underlinking.patch?rev=1.1&content-type=text/plain
14
15 Index: jack-rack-1.4.8_rc1-underlinking.patch
16 ===================================================================
17 This should be applied after Debian 02-gcc45_binutils_gold.patch which adds -ldl, but
18 we need also -lm wrt http://bugs.gentoo.org/463696 for exp(), log() and logf()
19
20 --- src/Makefile.am
21 +++ src/Makefile.am
22 @@ -62,6 +62,7 @@
23
24
25 LIBS = \
26 + -lm \
27 -ldl \
28 $(JACK_LIBS) \
29 $(GTK_LIBS) \