Tags: patch In Ubuntu, we've applied the attached patch to achieve the following:
* debian/rules: Add -lm to LDFLAGS, fixes FTBFS. We thought you might be interested in doing the same.
diff -Nru yaz-4.0.11/debian/rules yaz-4.0.11/debian/rules
--- yaz-4.0.11/debian/rules 2010-08-25 14:30:38.000000000 +0200
+++ yaz-4.0.11/debian/rules 2010-10-22 19:49:20.000000000 +0200
@@ -9,6 +9,7 @@
#export PATH:=${HOME}/ccache:${PATH}
export CFLAGS+= -Wall
+export LDFLAGS+= -lm
%:
$(DH) $@

