summaryrefslogtreecommitdiffstats
path: root/crypto/threads
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2015-06-21 19:19:59 +0200
committerRichard Levitte <levitte@openssl.org>2015-06-21 22:12:07 +0200
commit710e28ef936794d045836e4c0cd9f83acfdf6166 (patch)
tree0a4983d2ccb1c09291624a8790b6ca303aac5233 /crypto/threads
parent05d20833e34cc63b928b45a5fb4bdedfd10d841e (diff)
Add -ldl to the build of mttest.c
Reviewed-by: Rich Salz <rsalz@openssl.org> (cherry picked from commit d62c98c81c7b47b7b1878fd7e91e5fd33818faf0)
Diffstat (limited to 'crypto/threads')
-rwxr-xr-xcrypto/threads/pthread2.sh3
1 files changed, 1 insertions, 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