Description: Add a patch to force linking against libm
Author: Logan Rosen <logan@ubuntu.com>
Origin: https://bugs.debian.org/734564
Bug-Debian: https://bugs.debian.org/734564
Forwarded: no
Last-Update: 2014-03-21
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -32,7 +32,7 @@
 	puzzle.h
 
 puzzle_diff_LDADD = \
-	libpuzzle.la
+	libpuzzle.la -lm
 
 TESTS = \
 	regress_1 \
