commit | dc8c8cda4dcbb59a5e99b6cc6668f620b244888c | [log] [tgz] |
---|---|---|
author | Richard Levitte <levitte@openssl.org> | Fri Feb 25 23:17:46 2000 +0000 |
committer | Richard Levitte <levitte@openssl.org> | Fri Feb 25 23:17:46 2000 +0000 |
tree | 8439f8b605aac452652a3b9809f9208802679f91 | |
parent | 2d2d31394a710cfe854e3dd7f862613a6b45fcc4 [diff] [blame] |
New script to compile on systems that already have pthreads in the system.
diff --git a/crypto/threads/pthread2.sh b/crypto/threads/pthread2.sh new file mode 100755 index 0000000..41264c6 --- /dev/null +++ b/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 +