aboutsummaryrefslogtreecommitdiff
path: root/etc/sh
diff options
context:
space:
mode:
Diffstat (limited to 'etc/sh')
-rw-r--r--etc/sh/rc2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/sh/rc b/etc/sh/rc
index fa47a49..d410014 100644
--- a/etc/sh/rc
+++ b/etc/sh/rc
@@ -148,6 +148,8 @@ export CCFLAGS='
-Wvla
'
CCFLAGS="$(printf '%s\n' "$CCFLAGS" | grep . | tr -d '\t' | tr '\n' ' ')"
+LLDFLAGS='-static'
+export LDFLAGS="$LLDFLAGS"
export CFLAGS="$CCFLAGS"
export LEIN_SUPPRESS_USER_LEVEL_REPO_WARNINGS=1
export LEIN_HOME="$XDG_CONFIG_HOME"/leiningen