aboutsummaryrefslogtreecommitdiff
path: root/extra/yash/build
diff options
context:
space:
mode:
Diffstat (limited to 'extra/yash/build')
-rwxr-xr-xextra/yash/build3
1 files changed, 3 insertions, 0 deletions
diff --git a/extra/yash/build b/extra/yash/build
index b70f863b..9271a93a 100755
--- a/extra/yash/build
+++ b/extra/yash/build
@@ -1,5 +1,8 @@
#!/bin/sh -e
+# LANG variable can often lead to failures in compiling lineedit commands. So we
+# disable it.
+unset LANG
export LDFLAGS="$LDFLAGS -static"
./configure \