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:
dwmalone 2004-03-30 21:04:04 +00:00
parent 9bcb03de8f
commit f28a31ce92

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