libgocryptfs/build-without-openssl.bash
Jakob Unterwurzacher 6c86afb5cd 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
2016-12-06 22:47:18 +01:00

9 lines
105 B
Bash
Executable File

#!/bin/bash
set -eu
cd "$(dirname "$0")"
export CGO_ENABLED=0
exec ./build.bash -tags without_openssl