zsh: enable secure mem (#1589)

This commit is contained in:
miqlas
2017-08-24 12:11:01 +02:00
committed by Jérôme Duval
parent c65514bab5
commit 02ce185bef

View File

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