zpaqfranz: fix build on !amd64 by dropping -DNOJIT. -Dunix unconditionally

calls mmap() with RWX permissions, so all arches will have to USE_WXNEEDED.

ok kmos op tux0r (MAINTAINER)
This commit is contained in:
tb 2022-07-24 21:35:08 +00:00
parent bb495b0cc2
commit e6fb951285
1 changed files with 0 additions and 4 deletions

View File

@ -21,11 +21,7 @@ MAKE_FLAGS += CXX="${CXX}" \
CPPFLAGS="${CPPFLAGS}"
CPPFLAGS += -Dunix
.if ${MACHINE_ARCH} == "amd64"
USE_WXNEEDED= Yes
.else
CPPFLAGS += -DNOJIT
.endif
NO_TEST = yes