xfsprogs: activate format-security checks
[openwrt/staging/yousong.git] / package / utils / xfsprogs / Makefile
index a7a865a0eb5d7c9e56fe519a53062374e17ae0ca..638ec4c67b1ad75e64d3b8d07ebd080cd317226b 100644 (file)
@@ -1,4 +1,4 @@
-# 
+#
 # Copyright (C) 2006-2012 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
@@ -23,6 +23,7 @@ include $(INCLUDE_DIR)/nls.mk
 define Package/xfsprogs/default
   SECTION:=utils
   CATEGORY:=Utilities
+  SUBMENU:=Filesystem
   DEPENDS:=+libuuid +libpthread +librt
   URL:=http://oss.sgi.com/projects/xfs
 endef
@@ -44,7 +45,8 @@ endef
 
 CONFIGURE_ARGS += \
        --enable-gettext=no \
-       --enable-lib64=no
+       --enable-lib64=no \
+       --enable-blkid=no
 
 TARGET_CFLAGS += \
        -I$(STAGING_DIR)/usr/include \