aboutsummaryrefslogtreecommitdiff
path: root/extra/yash/build
diff options
context:
space:
mode:
Diffstat (limited to 'extra/yash/build')
-rwxr-xr-xextra/yash/build5
1 files changed, 3 insertions, 2 deletions
diff --git a/extra/yash/build b/extra/yash/build
index d01449fa..9271a93a 100755
--- a/extra/yash/build
+++ b/extra/yash/build
@@ -1,9 +1,10 @@
#!/bin/sh -e
+# LANG variable can often lead to failures in compiling lineedit commands. So we
+# disable it.
+unset LANG
export LDFLAGS="$LDFLAGS -static"
-patch -p1 < neatvi-completion.patch
-
./configure \
--prefix=/usr \
--enable-help \