From 83e75cc8ea331382f107c80ac16e8bfbbe3e80bd Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Wed, 13 Oct 2021 13:01:46 +0200 Subject: yash: bump to 2.52 --- extra/yash/build | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'extra/yash/build') 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 \ -- cgit v1.2.3