Package: siproxd
Severity: important
Version: 1:0.7.1-2
Tags: patch
User: [email protected]
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
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]