mirror of https://github.com/hak5/openwrt-owl.git
xfsprogs: disable blkid support to fix build errors
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37182owl
parent
bb0d563919
commit
09551cd7c3
|
@ -44,7 +44,8 @@ endef
|
|||
|
||||
CONFIGURE_ARGS += \
|
||||
--enable-gettext=no \
|
||||
--enable-lib64=no
|
||||
--enable-lib64=no \
|
||||
--enable-blkid=no
|
||||
|
||||
TARGET_CFLAGS += \
|
||||
-I$(STAGING_DIR)/usr/include \
|
||||
|
|
Loading…
Reference in New Issue