From 09551cd7c3bb4416fb41181df37e1860aa9c8681 Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Sat, 6 Jul 2013 14:49:04 +0000
Subject: [PATCH] xfsprogs: disable blkid support to fix build errors

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 37182
---
 package/utils/xfsprogs/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/package/utils/xfsprogs/Makefile b/package/utils/xfsprogs/Makefile
index a7a865a0eb..4c69fca0ef 100644
--- a/package/utils/xfsprogs/Makefile
+++ b/package/utils/xfsprogs/Makefile
@@ -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 \
-- 
GitLab