From: Etienne CHAMPETIER Date: Fri, 4 Jul 2014 10:56:50 +0000 (+0200) Subject: coreutils: --disable-xattr to fix the build X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=f2a42f638068d7fa59d18e685cbfb45a0316da43;p=openwrt-packages.git coreutils: --disable-xattr to fix the build we could also depend on libattr, but it need more testing Signed-off-by: Etienne CHAMPETIER --- diff --git a/utils/coreutils/Makefile b/utils/coreutils/Makefile index b7c927dd0..3ce36b8ec 100644 --- a/utils/coreutils/Makefile +++ b/utils/coreutils/Makefile @@ -83,6 +83,7 @@ ifneq ($(CONFIG_USE_UCLIBC),) endif CONFIGURE_ARGS += \ + --disable-xattr \ --enable-install-program=su define Build/Compile