aboutsummaryrefslogtreecommitdiff
path: root/core/make
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-06-08 22:36:14 +0300
committerCem Keylan <cem@ckyln.com>2020-06-08 22:36:14 +0300
commita0511494dc66e6e2f7bd018c51aa01fdbeea0fe1 (patch)
tree482fae60a95c88a3cebd64e39c503427e97a8a98 /core/make
parent245ef1885796d79bb5f3b5d27e134e7fd94492b7 (diff)
downloadrepository-a0511494dc66e6e2f7bd018c51aa01fdbeea0fe1.tar.gz
make: link statically
Diffstat (limited to 'core/make')
-rwxr-xr-xcore/make/build2
-rw-r--r--core/make/version2
2 files changed, 3 insertions, 1 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
diff --git a/core/make/version b/core/make/version
index aead5414..e47357bf 100644
--- a/core/make/version
+++ b/core/make/version
@@ -1 +1 @@
-4.3 1
+4.3 2