View | Details | Raw Unified | Return to bug 268413
Collapse All | Expand All

(-)b/security/s2n-tls/Makefile (+2 lines)
Lines 31-36 ASM_DESC= Enable PQ crypto assembly (reqs AVX2 and BMI2 support) Link Here
31
ASM_CMAKE_OFF=	-DS2N_NO_PQ_ASM=1
31
ASM_CMAKE_OFF=	-DS2N_NO_PQ_ASM=1
32
LTO_CMAKE_BOOL=	S2N_LTO
32
LTO_CMAKE_BOOL=	S2N_LTO
33
33
34
CFLAGS+=	-Wno-strict-prototypes
35
34
.include <bsd.port.options.mk>
36
.include <bsd.port.options.mk>
35
37
36
.if ${ARCH} != aarch64 && ${ARCH} != amd64 && ${ARCH} != arm && ${ARCH} != armv6 && ${ARCH} != armv7 && ${ARCH} != i386
38
.if ${ARCH} != aarch64 && ${ARCH} != amd64 && ${ARCH} != arm && ${ARCH} != armv6 && ${ARCH} != armv7 && ${ARCH} != i386

Return to bug 268413