git: enable PCRE.
This commit is contained in:
parent
f2c04a1943
commit
eee8a31807
|
@ -1,13 +1,13 @@
|
|||
# Template file for "git"
|
||||
pkgname=git
|
||||
version=2.4.3
|
||||
revision=1
|
||||
revision=2
|
||||
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"
|
||||
make_install_args="NO_INSTALL_HARDLINKS=1 INSTALLDIRS=vendor"
|
||||
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://
|
||||
depends="ca-certificates"
|
||||
replaces="git<2.3.7_1"
|
||||
|
|
Loading…
Reference in New Issue