zsh: build_pie=yes
This commit is contained in:
parent
6048f1dbd2
commit
6ee4c67ef5
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'zsh'
|
||||
pkgname=zsh
|
||||
version=5.0.7
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
make_build_target="all info"
|
||||
make_install_args="install.info"
|
||||
|
@ -22,6 +22,7 @@ license="zsh"
|
|||
distfiles="http://www.zsh.org/pub/zsh-$version.tar.bz2"
|
||||
checksum=544e27de81740286b916d1d77c9f48ad7c26ad7943ed96d278abee67cf6704b3
|
||||
|
||||
build_pie=yes
|
||||
lib32disabled=yes
|
||||
|
||||
pre_configure() {
|
||||
|
|
Loading…
Reference in New Issue