From 6c86afb5cd63b099d1762da1a2ce3f76703dc4fb Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Tue, 6 Dec 2016 22:44:58 +0100 Subject: build-without-openssl: compile statically $ ldd gocryptfs not a dynamic executable $ file gocryptfs gocryptfs: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked, not stripped --- build-without-openssl.bash | 1 + 1 file changed, 1 insertion(+) (limited to 'build-without-openssl.bash') diff --git a/build-without-openssl.bash b/build-without-openssl.bash index 670832a..6b7917f 100755 --- a/build-without-openssl.bash +++ b/build-without-openssl.bash @@ -4,4 +4,5 @@ set -eu cd "$(dirname "$0")" +export CGO_ENABLED=0 exec ./build.bash -tags without_openssl -- cgit v1.2.3