From: Richard Levitte Date: Sun, 21 Jun 2015 17:19:59 +0000 (+0200) Subject: Add -ldl to the build of mttest.c X-Git-Tag: OpenSSL_1_0_1p~14 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=40ced6c1871e48910cb981c6033c6874129f6632;p=oweals%2Fopenssl.git Add -ldl to the build of mttest.c Reviewed-by: Rich Salz (cherry picked from commit d62c98c81c7b47b7b1878fd7e91e5fd33818faf0) --- diff --git a/crypto/threads/pthread2.sh b/crypto/threads/pthread2.sh index 41264c6a50..ec945c451b 100755 --- a/crypto/threads/pthread2.sh +++ b/crypto/threads/pthread2.sh @@ -3,5 +3,4 @@ # build using pthreads where it's already built into the system # /bin/rm -f mttest -gcc -DPTHREADS -I../../include -g mttest.c -o mttest -L../.. -lssl -lcrypto -lpthread - +gcc -DPTHREADS -I../../include -g mttest.c -o mttest -L../.. -lssl -lcrypto -lpthread -ldl