xfsprogs: disable blkid support to fix build errors
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37182 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
ab8a53dfae
commit
e7e1252ca2
|
@ -44,7 +44,8 @@ endef
|
||||||
|
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
--enable-gettext=no \
|
--enable-gettext=no \
|
||||||
--enable-lib64=no
|
--enable-lib64=no \
|
||||||
|
--enable-blkid=no
|
||||||
|
|
||||||
TARGET_CFLAGS += \
|
TARGET_CFLAGS += \
|
||||||
-I$(STAGING_DIR)/usr/include \
|
-I$(STAGING_DIR)/usr/include \
|
||||||
|
|
Loading…
Reference in New Issue