Package: spplus
Version: 1.0-9
Severity: important
Tags: patch
Hello,
The current version of spplus fails to build on
GNU/kFreeBSD, because of outdated libtool.
The version of libtool in spplus is too old to correctly
support Debian GNU/kFreeBSD.
As this package is using a really old libtool, it is difficult to
relibtoolize the package. That's why I propose to directly patch
ltconfig. That's the purpose of the attached patch.
Would it be possible to include it in your next upload?
Thanks in advance,
Aurelien
-- System Information:
Debian Release: testing/unstable
Architecture: kfreebsd-i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: GNU/kFreeBSD 5.4-1-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Author: aurel32
Status: in BTS
--- spplus-1.0.orig/ltconfig
+++ spplus-1.0/ltconfig
@@ -1882,6 +1882,18 @@
lt_cv_dlopen_libs=
;;
+kfreebsd*-gnu*)
+ version_type=linux
+ need_lib_prefix=no
+ need_version=no
+ library_names_spec='${libname}${release}.so$versuffix
${libname}${release}.so$major $libname.so'
+ soname_spec='${libname}${release}.so$major'
+ shlibpath_var=LD_LIBRARY_PATH
+ shlibpath_overrides_runpath=no
+ deplibs_check_method=pass_all
+ dynamic_linker='GNU ld.so'
+ ;;
+
freebsd1*)
dynamic_linker=no
;;