diff options
author | Cem Keylan <cem@ckyln.com> | 2020-06-08 22:36:14 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-06-08 22:36:14 +0300 |
commit | a0511494dc66e6e2f7bd018c51aa01fdbeea0fe1 (patch) | |
tree | 482fae60a95c88a3cebd64e39c503427e97a8a98 /core/make/build | |
parent | 245ef1885796d79bb5f3b5d27e134e7fd94492b7 (diff) | |
download | repository-a0511494dc66e6e2f7bd018c51aa01fdbeea0fe1.tar.gz |
make: link statically
Diffstat (limited to 'core/make/build')
-rwxr-xr-x | core/make/build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/make/build b/core/make/build index 6daf22f8..bbd53ee2 100755 --- a/core/make/build +++ b/core/make/build @@ -1,5 +1,7 @@ #!/bin/sh -e +export LDFLAGS="$LDFLAGS -static" + ./configure \ --prefix=/usr |