aboutsummaryrefslogtreecommitdiff
path: root/extra/yash/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-10-13 13:01:46 +0200
committerCem Keylan <cem@ckyln.com>2021-10-13 13:01:46 +0200
commit83e75cc8ea331382f107c80ac16e8bfbbe3e80bd (patch)
tree023abd76ddafbd02c5cfce44ea66e8e189933a58 /extra/yash/build
parent9e6f822de8c201b98a63b06d019c2ec2baae90a9 (diff)
downloadrepository-83e75cc8ea331382f107c80ac16e8bfbbe3e80bd.tar.gz
yash: bump to 2.52
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 \