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