From 56c0b19612dd25b84474211c1a84897fe89ce7d4 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Tue, 4 Oct 2016 09:51:14 +0200 Subject: without_openssl: support compiling completely without openssl Build helper script: build-without-openssl.bash --- build-without-openssl.bash | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 build-without-openssl.bash (limited to 'build-without-openssl.bash') diff --git a/build-without-openssl.bash b/build-without-openssl.bash new file mode 100755 index 0000000..670832a --- /dev/null +++ b/build-without-openssl.bash @@ -0,0 +1,7 @@ +#!/bin/bash + +set -eu + +cd "$(dirname "$0")" + +exec ./build.bash -tags without_openssl -- cgit v1.2.3