Bug#537272: siproxd: FTBFS on kfreebsd-amd64 (outdated libtool)

Petr Salinger Petr.Salinger at seznam.cz
Thu Jul 16 16:22:48 UTC 2009


Package: siproxd
Severity: important
Version: 1:0.7.1-2
Tags: patch
User: glibc-bsd-devel at lists.alioth.debian.org
Usertags: kfreebsd


Hi,

the current version fails to build on kfreebsd-amd64.

It is due to outdated libtool, libtool 1.5.2-1 or later is need.
Please apply patch bellow and after that run:

   sh autogen.sh

It would also be nice if you can ask upstream to update libtool
in their next release.

Thanks in advance

                          Petr

--- autogen.sh
+++ autogen.sh
@@ -9,6 +9,6 @@
  set -e
  aclocal
  autoheader
-libtoolize --ltdl --copy
+libtoolize --ltdl --copy --force
  automake --add-missing --copy
  autoconf






More information about the Pkg-voip-maintainers mailing list