postfix: no need for USE_NOEXECONLY on riscv64.
This commit is contained in:
parent
180498a0fe
commit
98296bc2f3
@ -67,7 +67,7 @@ MAKE_AUXLIBS+= -L${LOCALBASE}/lib -lsasl2
|
||||
.endif
|
||||
|
||||
.if ${NEEDS_OPENSSL:L:Myes}
|
||||
. if ${MACHINE_ARCH} != aarch64
|
||||
. if ${MACHINE_ARCH} != aarch64 && ${MACHINE_ARCH} != riscv64
|
||||
USE_NOEXECONLY= Yes
|
||||
. endif
|
||||
BUILD_DEPENDS+= security/openssl/3.0
|
||||
|
@ -1,5 +1,5 @@
|
||||
VERSION= 3.8-20221007
|
||||
REVISION= 3
|
||||
REVISION= 4
|
||||
|
||||
PORTROACH= site:http://ftp.porcupine.org/mirrors/postfix-release/experimental/
|
||||
MASTER_SITES= ${MASTER_SITE_POSTFIX:=experimental/}
|
||||
|
@ -1,5 +1,5 @@
|
||||
VERSION= 3.7.3
|
||||
REVISION= 3
|
||||
REVISION= 4
|
||||
|
||||
PORTROACH= site:http://ftp.porcupine.org/mirrors/postfix-release/official/
|
||||
MASTER_SITES= ${MASTER_SITE_POSTFIX:=official/}
|
||||
|
Loading…
x
Reference in New Issue
Block a user