Package: libxbase
Severity: important
Version: 2.0.0-8.2
Tags: patch
User: [EMAIL PROTECTED]
Usertags: kfreebsd
Hi,
the current version fails to build on GNU/kFreeBSD,
because of ancient libtool (1.2c).
The version of libtool used in libxbase is too old to correctly
support Debian GNU/k*BSD, libtool 1.5.2-1 or later is need.
It would be nice if you can ask upstream to update libtool
in their next release.
Please use patch bellow in mean time.
Thanks in advance
Petr
--- ltconfig~ 2008-08-02 23:40:06.000000000 +0000
+++ ltconfig 2008-08-02 23:40:06.000000000 +0000
@@ -1656,7 +1656,7 @@
;;
# This must be Linux ELF.
-linux-gnu*)
+linux-gnu*|kfreebsd*)
version_type=linux
library_names_spec='${libname}${release}.so$versuffix
${libname}${release}.so$major $libname.so'
soname_spec='${libname}${release}.so$major'
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]