aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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