genode/repos/ports/src/noux-pkg/coreutils/target.inc
Norman Feske cb24b1064d ports: coreutils-minimal noux package/recipe
This variant of coreutils contains only the tools that are essential
for the sculpt scenario's initial state.
2018-01-17 12:14:36 +01:00

12 lines
344 B
PHP

CONFIGURE_ARGS = --disable-acl --disable-largefile --disable-xattr \
--disable-libcap --disable-nls
#
# Prevent building stdbuf because this involves the linkage of a shared
# libary, which is not supported by Noux, yet.
#
CPPFLAGS += -U__ELF__
MAKE_ENV += "MAKEINFO=true"
include $(call select_from_repositories,mk/noux.mk)