mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user