summaryrefslogtreecommitdiff
path: root/bitmask_android/openssl/crypto/threads/pthread2.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bitmask_android/openssl/crypto/threads/pthread2.sh')
-rwxr-xr-xbitmask_android/openssl/crypto/threads/pthread2.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/bitmask_android/openssl/crypto/threads/pthread2.sh b/bitmask_android/openssl/crypto/threads/pthread2.sh
new file mode 100755
index 00000000..41264c6a
--- /dev/null
+++ b/bitmask_android/openssl/crypto/threads/pthread2.sh
@@ -0,0 +1,7 @@
+#!/bin/sh
+#
+# 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
+