git: enable PCRE.

This commit is contained in:
Christian Neukirchen 2015-06-15 15:52:56 +02:00
parent f2c04a1943
commit eee8a31807

View file

@ -1,13 +1,13 @@
# Template file for "git" # Template file for "git"
pkgname=git pkgname=git
version=2.4.3 version=2.4.3
revision=1 revision=2
build_style=gnu-configure build_style=gnu-configure
configure_args="--with-curl --with-expat --with-tcltk configure_args="--with-curl --with-expat --with-tcltk --with-libpcre
ac_cv_fread_reads_directories=no ac_cv_snprintf_returns_bogus=no" ac_cv_fread_reads_directories=no ac_cv_snprintf_returns_bogus=no"
make_install_args="NO_INSTALL_HARDLINKS=1 INSTALLDIRS=vendor" make_install_args="NO_INSTALL_HARDLINKS=1 INSTALLDIRS=vendor"
hostmakedepends="xmlto asciidoc perl python tk" hostmakedepends="xmlto asciidoc perl python tk"
makedepends="libressl-devel libcurl-devel expat-devel tk-devel" makedepends="libressl-devel libcurl-devel expat-devel tk-devel pcre-devel"
# Required by https:// # Required by https://
depends="ca-certificates" depends="ca-certificates"
replaces="git<2.3.7_1" replaces="git<2.3.7_1"