From eb9264fc2ef786e8c4e3d430834b9b9e9e0b9c0a Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Mon, 9 Oct 2006 16:00:16 +0000 Subject: OpenSSL 0.9.8d base code import svn path=/openssl/vendor/0.9.8d/CHANGES; revision=373 --- openssl/vendor/0.9.8d/crypto/threads/solaris.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 openssl/vendor/0.9.8d/crypto/threads/solaris.sh (limited to 'openssl/vendor/0.9.8d/crypto/threads/solaris.sh') diff --git a/openssl/vendor/0.9.8d/crypto/threads/solaris.sh b/openssl/vendor/0.9.8d/crypto/threads/solaris.sh new file mode 100644 index 00000000..bc93094a --- /dev/null +++ b/openssl/vendor/0.9.8d/crypto/threads/solaris.sh @@ -0,0 +1,4 @@ +#!/bin/sh +/bin/rm -f mttest +cc -DSOLARIS -I../../include -g mttest.c -o mttest -L../.. -lthread -lssl -lcrypto -lnsl -lsocket + -- cgit v1.2.3