chroot-git: override configure tests to not require expat/curl.

This commit is contained in:
Juan RP 2013-04-17 16:26:18 +02:00
parent 40ed7e64dc
commit af51d07e56

View file

@ -5,7 +5,8 @@ revision=1
wrksrc="git-$version"
build_style=gnu-configure
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"
short_desc="GIT Tree History Storage Tool -- for xbps-src use"
maintainer="Juan RP <xtraeme@gmail.com>"