From f28a31ce92ba941d927ec9c38f7a6bb23544e277 Mon Sep 17 00:00:00 2001 From: dwmalone Date: Tue, 30 Mar 2004 21:04:04 +0000 Subject: 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 --- secure/lib/libcrypto/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'secure') 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 -- cgit v1.1