sispmctl: fix compilation error with musl

Unpatched compile fails because <sys/types.h> is not included
in <usb.h> (provided by "libusb-compat") and consequently
the 'u_int*_t' types are not found.

This should probably better be fixed in the core "libusb-compat"
package instead.

Signed-off-by: Richard Kunze <richard.kunze@web.de>
This commit is contained in:
Richard Kunze
2014-11-16 10:47:10 +01:00
parent 7c94f61506
commit 773f8d4b13
2 changed files with 26 additions and 0 deletions
+1
View File
@@ -43,6 +43,7 @@ define Package/sispmctl/description
multiple SIS-PM devices, too.
endef
TARGET_CFLAGS += -D_GNU_SOURCE
CONFIGURE_ARGS += \
--enable-webless \
--disable-dependency-tracking