From: Christian Kastner <debian@kvr.at>
Date: Fri, 4 Jun 2010 23:28:23 +0200
Subject: [PATCH] Link against libm

Upstream's autotools setup does not detect if linking against libm is
necessary. The easiest solution for Debian is to include a small fix in
Makefile.in.

Forwarded: no
Last-Update: 2010-06-04
---
 src/Makefile.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/Makefile.in b/src/Makefile.in
index cae862d..4955804 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -124,7 +124,7 @@ INSTALL_DATA = @INSTALL_DATA@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 INSTALL_SCRIPT = @INSTALL_SCRIPT@
 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-LDFLAGS = @LDFLAGS@
+LDFLAGS = @LDFLAGS@ -lm
 LIBOBJS = @LIBOBJS@
 LIBS = @LIBS@
 LIBTOOL = @LIBTOOL@
-- 
