chroot-git: override configure tests to not require expat/curl.
This commit is contained in:
parent
40ed7e64dc
commit
af51d07e56
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,8 @@ revision=1
|
||||||
wrksrc="git-$version"
|
wrksrc="git-$version"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--without-curl --without-openssl --without-python
|
configure_args="--without-curl --without-openssl --without-python
|
||||||
--without-expat --without-tcltk"
|
--without-expat --without-tcltk ac_cv_lib_curl_curl_global_init=no
|
||||||
|
ac_cv_lib_expat_XML_ParserCreate=no"
|
||||||
make_install_args="NO_INSTALL_HARDLINKS=1"
|
make_install_args="NO_INSTALL_HARDLINKS=1"
|
||||||
short_desc="GIT Tree History Storage Tool -- for xbps-src use"
|
short_desc="GIT Tree History Storage Tool -- for xbps-src use"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue