Remove the -pthread from the last commit, as OpenSSL doesn't actually

call any pthread functions as we use compile it. We keep the
-DOPENSSL_THREADS, which stops OpenSSL doing thread-unsafe stuff.

Requested by:	ru
This commit is contained in:
David Malone 2004-03-30 21:04:04 +00:00
parent 6a73df6f3f
commit 8a56b12482
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=127643

View File

@ -5,7 +5,7 @@ LCRYPTO_DOC= ${.CURDIR}/../../../crypto/openssl/doc
CFLAGS+= -DTERMIOS -DANSI_SOURCE
CFLAGS+= -I${LCRYPTO_SRC} -I${LCRYPTO_SRC}/crypto -I${.OBJDIR}
CFLAGS+= -DOPENSSL_THREADS -pthread
CFLAGS+= -DOPENSSL_THREADS
.if !defined(MAKE_IDEA) || ${MAKE_IDEA} != YES
CFLAGS+= -DOPENSSL_NO_IDEA