From 5fc5d37330d3535a0f421632694d1e7918fc22d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Parm=C3=A9nides=20GV?= Date: Tue, 8 Apr 2014 11:38:09 +0200 Subject: Compiles correctly: app/build-native + gradle. --- app/openssl/crypto/threads/pthread2.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 app/openssl/crypto/threads/pthread2.sh (limited to 'app/openssl/crypto/threads/pthread2.sh') diff --git a/app/openssl/crypto/threads/pthread2.sh b/app/openssl/crypto/threads/pthread2.sh new file mode 100755 index 00000000..41264c6a --- /dev/null +++ b/app/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 + -- cgit v1.2.3