xfsprogs: disable blkid support to fix build errors
[openwrt.git] / package / utils / xfsprogs / Makefile
index a7a865a..4c69fca 100644 (file)
@@ -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 \