From: Etienne CHAMPETIER Date: Fri, 4 Jul 2014 10:56:50 +0000 (+0200) Subject: coreutils: --disable-xattr to fix the build X-Git-Tag: v14.07~200 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=f2a42f638068d7fa59d18e685cbfb45a0316da43;p=feed%2Fpackages.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 b7c927dd00..3ce36b8ecd 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