diff options
author | mat <mat@FreeBSD.org> | 2017-06-19 16:08:58 +0000 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2017-06-19 16:08:58 +0000 |
commit | dbde6daf3486b065a1a0e6acefc8e9bccb49cbce (patch) | |
tree | 7126470a7c4781159ca036e6a14adaa8c91a94c0 | |
parent | 3f1dea250f8eda525af186432546affe7f0ecb0e (diff) | |
download | FreeBSD-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/Makefile | 2 |
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 |