update dependencies

Signed-off-by: Teddysun <i@teddysun.com>
This commit is contained in:
Teddysun 2017-07-25 00:18:50 +09:00
parent 603b9ab0b5
commit 772a4e0f36
No known key found for this signature in database
GPG Key ID: 09BD4C080AD6C46D

View File

@ -295,7 +295,7 @@ pre_install(){
char=`get_char`
#Install necessary dependencies
yum install -y epel-release && yum makecache
yum install -y unzip openssl openssl-devel gettext gcc autoconf libtool automake make asciidoc xmlto udns-devel libev-devel
yum install -y unzip openssl openssl-devel gettext gcc autoconf libtool automake make asciidoc xmlto udns-devel libev-devel pcre pcre-devel
}
download() {