zsh: link against libgnu for xattr support (#9790)

This commit is contained in:
augiedoggie
2023-11-24 21:59:12 -07:00
committed by GitHub
parent 381654dfaa
commit 307e2a926c

View File

@@ -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