From 99245aceb25e0b0237e692202b542ed48e19901e Mon Sep 17 00:00:00 2001 From: Sebastian Sumpf Date: Tue, 6 May 2014 16:52:58 +0200 Subject: [PATCH] noux: Disable makeinfo for coreutils Issue #1051 --- repos/ports/src/noux-pkg/coreutils/target.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/repos/ports/src/noux-pkg/coreutils/target.mk b/repos/ports/src/noux-pkg/coreutils/target.mk index c0c1f57eb..a57d3e876 100644 --- a/repos/ports/src/noux-pkg/coreutils/target.mk +++ b/repos/ports/src/noux-pkg/coreutils/target.mk @@ -6,5 +6,6 @@ NOUX_CONFIGURE_ARGS = --disable-acl --disable-largefile --disable-xattr \ # libary, which is not supported by Noux, yet. # NOUX_CPPFLAGS += -U__ELF__ +NOUX_MAKE_ENV += "MAKEINFO=true" include $(REP_DIR)/mk/noux.mk