1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

mail/rspamd: fix build on powerpc64

LTO on powerpc64 with LLVM is broken.
This commit is contained in:
Piotr Kubaj 2021-11-06 23:57:24 +00:00
parent 5a76a7dbb5
commit 4e7c0c06bb

View File

@ -83,6 +83,10 @@ LUAJIT_CMAKE_OFF= -DENABLE_LUAJIT=OFF
LUAJIT_LIB_DEPENDS= libluajit-5.1.so:lang/luajit-openresty
.endif
.if ${ARCH} == powerpc64
CMAKE_ARGS+= -DENABLE_LTO:BOOL=OFF
.endif
post-install:
@${MKDIR} \
${STAGEDIR}/var/log/rspamd \