Package: libticables
Version: 1.2.0-1
Severity: important
Tags: patch
libticables fails to build from source on GNU/kFreeBSD.
src/linux/link_usb.c is used on all systems that support libusb, which
includes GNU/kFreeBSD. However the linux_check_libusb() functions is
not provided, so the link stage failed.
The patch below implements the same solution as for mac OS, that is to
provide a linux_check_libusb() function doing nothing.
Could you please apply it in the next upload? Thanks in advance.
--- libticables-1.2.0.orig/src/bsd/detect.c
+++ libticables-1.2.0/src/bsd/detect.c
@@ -292,7 +292,7 @@
return ERR_PPDEV;
}
-int bsd_check_libusb(void)
+int linux_check_libusb(void)
{
return 0;
}
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: kfreebsd-i386 (i686)
Kernel: kFreeBSD 8.0-1-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]