diff options
author | Cem Keylan <cem@ckyln.com> | 2021-10-13 13:01:46 +0200 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-10-13 13:01:46 +0200 |
commit | 83e75cc8ea331382f107c80ac16e8bfbbe3e80bd (patch) | |
tree | 023abd76ddafbd02c5cfce44ea66e8e189933a58 /extra/yash/build | |
parent | 9e6f822de8c201b98a63b06d019c2ec2baae90a9 (diff) | |
download | repository-83e75cc8ea331382f107c80ac16e8bfbbe3e80bd.tar.gz |
yash: bump to 2.52
Diffstat (limited to 'extra/yash/build')
-rwxr-xr-x | extra/yash/build | 5 |
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 \ |