Sha256: 545514aabcf6c4388daba9aea064c37467f276a2f004dbd10fc68484dfa75bb3

Contents?: true

Size: 183 Bytes

Versions: 3

Compression:

Stored size: 183 Bytes

Contents

#!/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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rhodes-1.4.2 lib/extensions/openssl/ext/openssl/crypto/threads/pthread2.sh
rhodes-1.4.1 lib/extensions/openssl/ext/openssl/crypto/threads/pthread2.sh
rhodes-1.4.0 lib/extensions/openssl/ext/openssl/crypto/threads/pthread2.sh