diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-07-06 14:49:04 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-07-06 14:49:04 +0000 |
commit | 09551cd7c3bb4416fb41181df37e1860aa9c8681 (patch) | |
tree | 05aa4759d4a3ab5119d32bcc6b6875e4cac253d0 | |
parent | bb0d563919819d5e2bb2e175412785d3bc5a421d (diff) | |
download | upstream-09551cd7c3bb4416fb41181df37e1860aa9c8681.tar.gz upstream-09551cd7c3bb4416fb41181df37e1860aa9c8681.tar.bz2 upstream-09551cd7c3bb4416fb41181df37e1860aa9c8681.zip |
xfsprogs: disable blkid support to fix build errors
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37182
-rw-r--r-- | package/utils/xfsprogs/Makefile | 3 |
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 \ |