From 40ced6c1871e48910cb981c6033c6874129f6632 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Sun, 21 Jun 2015 19:19:59 +0200 Subject: [PATCH] Add -ldl to the build of mttest.c Reviewed-by: Rich Salz (cherry picked from commit d62c98c81c7b47b7b1878fd7e91e5fd33818faf0) --- crypto/threads/pthread2.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.25.1