summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2017-06-19 16:08:58 +0000
committermat <mat@FreeBSD.org>2017-06-19 16:08:58 +0000
commitdbde6daf3486b065a1a0e6acefc8e9bccb49cbce (patch)
tree7126470a7c4781159ca036e6a14adaa8c91a94c0
parent3f1dea250f8eda525af186432546affe7f0ecb0e (diff)
downloadFreeBSD-ports-dbde6daf3486b065a1a0e6acefc8e9bccb49cbce.zip
FreeBSD-ports-dbde6daf3486b065a1a0e6acefc8e9bccb49cbce.tar.gz
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
-rw-r--r--security/openssl-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud