Loading
lv: 4.51 -> 4.51-unstable-2020-08-03, fix gcc-14 build
Without the change the build fails against `gcc-14` due to outdated `./configure` script as https://hydra.nixos.org/build/281834372/nixlog/3: configure: error: installation or configuration problem: C compiler cannot create executables. configure:678:1: error: return type defaults to 'int' [-Wimplicit-int] configure: failed program was: main(){return(0);} Fix the build by generating newer `./configure`. While at it switched to the latest home page for `lv`.