Package: libmal
Severity: important
Version: 0.40-5
Tags: patch


Hi,

the current version fails to build on GNU/kFreeBSD.

It needs updated libtool and small tweak, see bellow.

The version of libtool used in libmal is too old to correctly
support Debian GNU/k*BSD, libtool 1.5.2-1 or later is need.

Here is how to update the libtool in your package:

  libtoolize -c -f
  aclocal-1.7
  autoconf

It would also be nice if you can ask upstream to update libtool
in their next release and to include fix bellow for AGNet.h.

Thanks in advance

                         Petr


--- malsync/mal/common/AGNet.h~ 2006-07-27 19:43:25.000000000 +0200
+++ malsync/mal/common/AGNet.h  2006-07-27 19:43:25.000000000 +0200
@@ -64,6 +64,8 @@
 #               if (defined(BSD) && BSD >= 199306) || defined(_HPUX_SOURCE)
 #                   include <sys/ioctl.h>
 #                   include <arpa/inet.h>
+#              elif defined(__GLIBC__)
+#                  include <sys/ioctl.h>
 #               else
 #                   include <asm/ioctls.h>
 #               endif /* __FreeBSD__ */



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to