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_1_0-pre1~975 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=d62c98c81c7b47b7b1878fd7e91e5fd33818faf0 Add -ldl to the build of mttest.c Reviewed-by: Rich Salz --- 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