xfsprogs: disable blkid support to fix build errors
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 6 Jul 2013 14:49:04 +0000 (14:49 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 6 Jul 2013 14:49:04 +0000 (14:49 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37182 3c298f89-4303-0410-b956-a3cf2f4a3e73

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 \