xfsprogs: disable blkid support to fix build errors
[openwrt/svn-archive/archive.git] / package / utils / xfsprogs / Makefile
index a7a865a0eb5d7c9e56fe519a53062374e17ae0ca..4c69fca0ef1a02b78f98f0b9716959cc9e969242 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 \