projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00086a8
)
coreutils: --disable-xattr to fix the build
author
Etienne CHAMPETIER
<
[email protected]
>
Fri, 4 Jul 2014 10:56:50 +0000
(12:56 +0200)
committer
Etienne CHAMPETIER
<
[email protected]
>
Fri, 4 Jul 2014 10:59:36 +0000
(12:59 +0200)
we could also depend on libattr, but it need more testing
Signed-off-by: Etienne CHAMPETIER <
[email protected]
>
utils/coreutils/Makefile
patch
|
blob
|
history
diff --git
a/utils/coreutils/Makefile
b/utils/coreutils/Makefile
index b7c927dd00628619e220382aabea51184caaef0c..3ce36b8ecdf11f246180d7c4b57a054a57b97244 100644
(file)
--- 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