summaryrefslogtreecommitdiffstats
path: root/package/utils/xfsprogs
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-07-06 14:49:04 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-07-06 14:49:04 +0000
commit09551cd7c3bb4416fb41181df37e1860aa9c8681 (patch)
tree05aa4759d4a3ab5119d32bcc6b6875e4cac253d0 /package/utils/xfsprogs
parentbb0d563919819d5e2bb2e175412785d3bc5a421d (diff)
downloadmaster-31e0f0ae-09551cd7c3bb4416fb41181df37e1860aa9c8681.tar.gz
master-31e0f0ae-09551cd7c3bb4416fb41181df37e1860aa9c8681.tar.bz2
master-31e0f0ae-09551cd7c3bb4416fb41181df37e1860aa9c8681.zip
xfsprogs: disable blkid support to fix build errors
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37182
Diffstat (limited to 'package/utils/xfsprogs')
-rw-r--r--package/utils/xfsprogs/Makefile3
1 files changed, 2 insertions, 1 deletions
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 \