From af51d07e56c8bbabf72699596b30749e73ce4332 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 17 Apr 2013 16:26:18 +0200 Subject: [PATCH] chroot-git: override configure tests to not require expat/curl. --- srcpkgs/chroot-git/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/chroot-git/template b/srcpkgs/chroot-git/template index 8746f88b610..086e1c239fc 100644 --- a/srcpkgs/chroot-git/template +++ b/srcpkgs/chroot-git/template @@ -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 "