diff options
author | Jakob Unterwurzacher | 2016-10-04 09:51:14 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2016-10-04 09:51:14 +0200 |
commit | 56c0b19612dd25b84474211c1a84897fe89ce7d4 (patch) | |
tree | 7eeaa30a90f9cbcc75b7c91853b759f4eb7c034a /build-without-openssl.bash | |
parent | a00402cc47d245355c6556a17a1cacaf5102a31c (diff) |
without_openssl: support compiling completely without openssl
Build helper script: build-without-openssl.bash
Diffstat (limited to 'build-without-openssl.bash')
-rwxr-xr-x | build-without-openssl.bash | 7 |
1 files changed, 7 insertions, 0 deletions
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 |