zsh: fix cross build not detecting pcre.
This commit is contained in:
parent
3b37384174
commit
68bdf389cf
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'zsh'
|
||||
pkgname=zsh
|
||||
version=5.0.3
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
make_build_args="info"
|
||||
make_install_args="install.info"
|
||||
|
@ -12,6 +12,7 @@ configure_args="--enable-etcdir=/etc/zsh --enable-zshenv=/etc/zsh/zshenv
|
|||
--enable-fndir=/usr/share/zsh/functions --with-term-lib=ncursesw
|
||||
--enable-scriptdir=/usr/share/zsh/scripts --enable-pcre
|
||||
--enable-multibyte --enable-cap --with-tcsetpgrp"
|
||||
hostmakedepends="pcre-devel>=8.30"
|
||||
makedepends="gdbm-devel pcre-devel>=8.30 libcap-devel ncurses-devel"
|
||||
short_desc="The Z SHell"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
|
Loading…
Reference in New Issue