lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit f2a42f638068d7fa59d18e685cbfb45a0316da43
parent 00086a8b84151c6e663f69680639b1b3560841b5
Author: Etienne CHAMPETIER <etienne.champetier@free.fr>
Date:   Fri,  4 Jul 2014 12:56:50 +0200

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>

Diffstat:
Mutils/coreutils/Makefile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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