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_2d~21 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=710e28ef936794d045836e4c0cd9f83acfdf6166;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