Package: libvalhalla
Version: 2.0.0-2
Tags: patch
In Ubuntu, we've applied the attached patch to achieve the following:
* debian/rules: Add -lrt to LDFLAGS, fixes FTBFS.
We thought you might be interested in doing the same.
diff -Nru libvalhalla-2.0.0/debian/rules libvalhalla-2.0.0/debian/rules
--- libvalhalla-2.0.0/debian/rules 2010-10-03 18:54:17.000000000 +0200
+++ libvalhalla-2.0.0/debian/rules 2010-10-22 13:48:02.000000000 +0200
@@ -5,6 +5,7 @@
#export DH_VERBOSE=1
CONFIGURE_OPTS = --prefix=/usr --enable-pic --disable-strip --enable-doc
+LDFLAGS = -Wl,-Bsymbolic-functions,-lrt
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
CONFIGURE_OPTS += --disable-optimize