diff --git a/srcpkgs/chroot-git/template b/srcpkgs/chroot-git/template index 086e1c239fc..d53bc3fe0c3 100644 --- a/srcpkgs/chroot-git/template +++ b/srcpkgs/chroot-git/template @@ -5,8 +5,9 @@ revision=1 wrksrc="git-$version" build_style=gnu-configure configure_args="--without-curl --without-openssl --without-python - --without-expat --without-tcltk ac_cv_lib_curl_curl_global_init=no - ac_cv_lib_expat_XML_ParserCreate=no" + --without-expat --without-tcltk --with-zlib=${XBPS_MASTERDIR}/usr + ac_cv_lib_curl_curl_global_init=no ac_cv_lib_expat_XML_ParserCreate=no" +make_build_args="CC_LD_DYNPATH=-L" make_install_args="NO_INSTALL_HARDLINKS=1" short_desc="GIT Tree History Storage Tool -- for xbps-src use" maintainer="Juan RP " @@ -37,6 +38,6 @@ chroot-git_package() { conflicts="git>=0" provides="git-${version}" pkg_install() { - vmove usr + vmove all } }