From f2a42f638068d7fa59d18e685cbfb45a0316da43 Mon Sep 17 00:00:00 2001 From: Etienne CHAMPETIER Date: Fri, 4 Jul 2014 12:56:50 +0200 Subject: [PATCH] coreutils: --disable-xattr to fix the build we could also depend on libattr, but it need more testing Signed-off-by: Etienne CHAMPETIER --- utils/coreutils/Makefile | 1 + 1 file changed, 1 insertion(+) 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