From 422196759f93df249db38619f136cabd5dcf42cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Wed, 12 Oct 2016 23:06:17 +0200 Subject: openssl: Move to a module and split thirdparty lib Same rationale as the previous commits. --- thirdparty/openssl/crypto/threads/solaris.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 thirdparty/openssl/crypto/threads/solaris.sh (limited to 'thirdparty/openssl/crypto/threads/solaris.sh') diff --git a/thirdparty/openssl/crypto/threads/solaris.sh b/thirdparty/openssl/crypto/threads/solaris.sh new file mode 100644 index 0000000000..bc93094a27 --- /dev/null +++ b/thirdparty/openssl/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