diff --git a/app-shells/zsh/zsh-5.8.1.recipe b/app-shells/zsh/zsh-5.8.1.recipe index acf0c84a6..3e674ad64 100644 --- a/app-shells/zsh/zsh-5.8.1.recipe +++ b/app-shells/zsh/zsh-5.8.1.recipe @@ -7,7 +7,7 @@ HOMEPAGE="https://www.zsh.org/" COPYRIGHT="1992-2020 The Zsh Development Group" LICENSE="ZSH GNU GPL v2" -REVISION="4" +REVISION="5" SOURCE_URI="https://downloads.sf.net/zsh/zsh-$portVersion.tar.xz" CHECKSUM_SHA256="b6973520bace600b4779200269b1e5d79e5f505ac4952058c11ad5bbf0dd9919" SOURCE_URI_2="https://downloads.sf.net/zsh/zsh-$portVersion-doc.tar.xz" @@ -91,7 +91,7 @@ BUILD() { cp -rut . "$sourceDir2/zsh-$portVersion"/* - export LIBS="-Wl,--as-needed -lnetwork -lbsd" + export LIBS="-Wl,--as-needed -lnetwork -lbsd -lgnu" export CPPFLAGS="-D_DEFAULT_SOURCE" autoupdate