xfsprogs: disable blkid support to fix build errors
authorFelix Fietkau <nbd@openwrt.org>
Sat, 6 Jul 2013 14:49:04 +0000 (14:49 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sat, 6 Jul 2013 14:49:04 +0000 (14:49 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37182

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 \