From dbde6daf3486b065a1a0e6acefc8e9bccb49cbce Mon Sep 17 00:00:00 2001 From: mat Date: Mon, 19 Jun 2017 16:08:58 +0000 Subject: MFH: r443880 The THREADS option is defined twice, remove one of them. It makes poudriere think that options changed, and forces openssl to be rebuilt at every bulk run. Sponsored by: Absolight --- security/openssl-devel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/openssl-devel/Makefile b/security/openssl-devel/Makefile index b947d23..9e1cd38 100644 --- a/security/openssl-devel/Makefile +++ b/security/openssl-devel/Makefile @@ -30,7 +30,7 @@ OPTIONS_GROUP_OPTIMIZE= ASM SSE2 THREADS OPTIONS_DEFINE_i386= I386 OPTIONS_GROUP_PROTOCOLS= NEXTPROTONEG SCTP SSL3 -OPTIONS_DEFINE= MAN3 RFC3779 SHARED THREADS ZLIB +OPTIONS_DEFINE= MAN3 RFC3779 SHARED ZLIB .if ${MACHINE_ARCH} == "amd64" OPTIONS_GROUP_OPTIMIZE+= EC -- cgit v1.1