summaryrefslogtreecommitdiffstats
path: root/secure
diff options
context:
space:
mode:
authordwmalone <dwmalone@FreeBSD.org>2004-03-30 21:04:04 +0000
committerdwmalone <dwmalone@FreeBSD.org>2004-03-30 21:04:04 +0000
commitf28a31ce92ba941d927ec9c38f7a6bb23544e277 (patch)
tree07fcaff884778f0c494defd71ac6a0025af9ba83 /secure
parent9bcb03de8f8e8b6591b6a487dc1c693209e3d5ac (diff)
downloadFreeBSD-src-f28a31ce92ba941d927ec9c38f7a6bb23544e277.zip
FreeBSD-src-f28a31ce92ba941d927ec9c38f7a6bb23544e277.tar.gz
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
Diffstat (limited to 'secure')
-rw-r--r--secure/lib/libcrypto/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/lib/libcrypto/Makefile.inc b/secure/lib/libcrypto/Makefile.inc
index 90b4a4d..939449c 100644
--- a/secure/lib/libcrypto/Makefile.inc
+++ b/secure/lib/libcrypto/Makefile.inc
@@ -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
OpenPOWER on IntegriCloud