Package: jabber
Severity: important
Version: 1.4.3-3.4
Tags: patch
User: [email protected]
Usertags: kfreebsd
Hi,
the current version fails to build on GNU/kFreeBSD.
It needs small tweak, see bellow.
It would also be nice if you can ask upstream
to include this change.
Thanks in advance
Petr
--- configure~ 2003-11-08 00:50:51.000000000 +0100
+++ configure 2009-01-22 09:22:00.000000000 +0100
@@ -143,7 +143,7 @@
printf "Setting Build Parameters..."
hosttype=`uname -s`
case $hosttype in
- Linux)
+ Linux|GNU*)
CFLAGS="$CFLAGS -fPIC"
LIBS="$LIBS -ldl -lresolv"
SLIBS="$SLIBS /usr/lib/libresolv.a";
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]