mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
zsh: link against libgnu for xattr support (#9790)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user