mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
zsh: enable secure mem (#1589)
This commit is contained in:
@@ -7,7 +7,7 @@ HOMEPAGE="https://zsh.org/"
|
||||
COPYRIGHT="1992-2017 Paul Falstad, Richard Coleman, Zoltán Hidvégi, \
|
||||
Andrew Main, Peter Stephenson, Sven Wishnowsky, and others"
|
||||
LICENSE="ZSH"
|
||||
REVISION="3"
|
||||
REVISION="4"
|
||||
SOURCE_URI="https://downloads.sf.net/zsh/zsh-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="94cbd57508287e8faa081424509738d496f5f41e32ed890e3a5498ce05d3633b"
|
||||
PATCHES="zsh-$portVersion.patchset"
|
||||
@@ -68,7 +68,11 @@ BUILD()
|
||||
--enable-pcre \
|
||||
--enable-dynamic \
|
||||
--enable-cap \
|
||||
--enable-unicode9
|
||||
--enable-unicode9 \
|
||||
--enable-maildir-support \
|
||||
--with-tcsetpgrp \
|
||||
--enable-zsh-secure-free
|
||||
|
||||
sed --in-place '/HAVE_WAIT3/d' config.h
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user