From 660dd3e94c8bbcc38656658e682e7813f3b196c9 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 24 Oct 2013 10:03:37 +0200 Subject: [PATCH] chroot-git: ignore rpath for bootstrap build. --- srcpkgs/chroot-git/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 } }