aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2017-06-19 16:08:58 +0000
committerMathieu Arnold <mat@FreeBSD.org>2017-06-19 16:08:58 +0000
commit50d9a5efd2dfb3f4841622e021b97eafa302f69a (patch)
tree7126470a7c4781159ca036e6a14adaa8c91a94c0
parentbce3aab866f796031d9c84e96602103c50f3c629 (diff)
downloadports-50d9a5efd2dfb3f4841622e021b97eafa302f69a.tar.gz
ports-50d9a5efd2dfb3f4841622e021b97eafa302f69a.zip
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
Notes
Notes: svn path=/branches/2017Q2/; revision=443882
-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 b947d23cf101..9e1cd38375e0 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