coreutils: --disable-xattr to fix the build
we could also depend on libattr, but it need more testing Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
This commit is contained in:
parent
00086a8b84
commit
f2a42f6380
1 changed files with 1 additions and 0 deletions
|
@ -83,6 +83,7 @@ ifneq ($(CONFIG_USE_UCLIBC),)
|
|||
endif
|
||||
|
||||
CONFIGURE_ARGS += \
|
||||
--disable-xattr \
|
||||
--enable-install-program=su
|
||||
|
||||
define Build/Compile
|
||||
|
|
Loading…
Reference in a new issue