Pārlūkot izejas kodu

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 gadus atpakaļ
vecāks
revīzija
f2a42f6380
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1
    0
      utils/coreutils/Makefile

+ 1
- 0
utils/coreutils/Makefile Parādīt failu

@@ -83,6 +83,7 @@ ifneq ($(CONFIG_USE_UCLIBC),)
83 83
 endif
84 84
 
85 85
 CONFIGURE_ARGS += \
86
+	--disable-xattr \
86 87
 	--enable-install-program=su
87 88
 
88 89
 define Build/Compile