genode/repos/ports/src/noux-pkg/sed/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

11 lines
201 B
Makefile

CONFIGURE_FLAGS = --without-included-regex
LIBS += pcre
#
# Prevent double definition of '__size_t' in 'glob/glob.h'
#
#CPPFLAGS += -D__FreeBSD__
include $(call select_from_repositories,mk/noux.mk)