From 3e4d8f433239c40311037616b1b8833a06651ae0 Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Mon, 16 Apr 2012 19:21:14 +0200 Subject: Initial import --- openssl/crypto/threads/pthread2.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 openssl/crypto/threads/pthread2.sh (limited to 'openssl/crypto/threads/pthread2.sh') diff --git a/openssl/crypto/threads/pthread2.sh b/openssl/crypto/threads/pthread2.sh new file mode 100755 index 00000000..41264c6a --- /dev/null +++ b/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