aboutsummaryrefslogtreecommitdiff
path: root/openssl/crypto/threads/pthread2.sh
diff options
context:
space:
mode:
authorMike DePaulo <mikedep333@gmail.com>2015-07-10 08:13:00 -0400
committerMike DePaulo <mikedep333@gmail.com>2015-07-10 08:13:00 -0400
commit1f6433e7473a14bf4263b618d3f0c1e17196a267 (patch)
tree9e809df23efaebf611765948726ff76805426093 /openssl/crypto/threads/pthread2.sh
parentddb34d947fe45fcc4d2a8da284e7fa0c001bb7d3 (diff)
downloadvcxsrv-release/external-1.15.2.x.tar.gz
vcxsrv-release/external-1.15.2.x.tar.bz2
vcxsrv-release/external-1.15.2.x.zip
Update openssl: 1.0.1o -> 1.0.1prelease/external-1.15.2.x
Diffstat (limited to 'openssl/crypto/threads/pthread2.sh')
-rw-r--r--openssl/crypto/threads/pthread2.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/openssl/crypto/threads/pthread2.sh b/openssl/crypto/threads/pthread2.sh
index 41264c6a5..ec945c451 100644
--- a/openssl/crypto/threads/pthread2.sh
+++ b/openssl/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