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:
parent
5a76a7dbb5
commit
4e7c0c06bb
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user