Browse Source

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>
Etienne CHAMPETIER 10 years ago
parent
commit
f2a42f6380
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      utils/coreutils/Makefile

+ 1
- 0
utils/coreutils/Makefile View File

83
 endif
83
 endif
84
 
84
 
85
 CONFIGURE_ARGS += \
85
 CONFIGURE_ARGS += \
86
+	--disable-xattr \
86
 	--enable-install-program=su
87
 	--enable-install-program=su
87
 
88
 
88
 define Build/Compile
89
 define Build/Compile