summaryrefslogtreecommitdiff
blob: 5c96c01bde574bed290b3a424e81d7a2c957e60a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
This should be applied after Debian 02-gcc45_binutils_gold.patch which adds -ldl, but
we need also -lm wrt http://bugs.gentoo.org/463696 for exp(), log() and logf()

--- src/Makefile.am
+++ src/Makefile.am
@@ -62,6 +62,7 @@
 
 
 LIBS = \
+	-lm \
 	-ldl \
 	$(JACK_LIBS) \
 	$(GTK_LIBS) \