genode/repos/ports/src/noux-pkg/e2fsprogs/target.mk
Norman Feske ae3664f4a0 noux: include noux.mk via select_from_repositories
This enables noux packages to be built via the depot tools.
2017-05-31 13:16:14 +02:00

12 lines
276 B
Makefile

CONFIGURE_FLAGS = --disable-tls --enable-fsck
# NOTE: --sbindir=/bin is broken and the easist fix is patching configure
# directly and therefore is not used.
#
# Needed for <sys/types.h>
#
CFLAGS += -D__BSD_VISIBLE
include $(call select_from_repositories,mk/noux.mk)