Browse Source

xfsprogs: disable blkid support to fix build errors

Signed-off-by: Felix Fietkau <[email protected]>

SVN-Revision: 37182
Felix Fietkau 12 years ago
parent
commit
09551cd7c3
1 changed files with 2 additions and 1 deletions
  1. 2 1
      package/utils/xfsprogs/Makefile

+ 2 - 1
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 \