summaryrefslogtreecommitdiffstats
path: root/crypto
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 21:45:48 +0200
commitd62c98c81c7b47b7b1878fd7e91e5fd33818faf0 (patch)
treeee5024eba086f2b7ba3c2cf56858a8f04fe80490 /crypto
parent03b672deca60ab1fb272f1a1e206769da969bc9a (diff)
Add -ldl to the build of mttest.c
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'crypto')
-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