mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
chroot-git: cross-compile
This commit is contained in:
parent
08e5cef014
commit
77ea0f30d9
1 changed files with 4 additions and 2 deletions
|
@ -5,8 +5,8 @@ revision=1
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
wrksrc="git-${version}"
|
wrksrc="git-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-zlib=$XBPS_MASTERDIR/usr --without-curl
|
configure_args="--without-curl --without-openssl
|
||||||
--without-openssl --without-python --without-expat --without-tcltk
|
--without-python --without-expat --without-tcltk
|
||||||
ac_cv_lib_curl_curl_global_init=no ac_cv_lib_expat_XML_ParserCreate=no"
|
ac_cv_lib_curl_curl_global_init=no ac_cv_lib_expat_XML_ParserCreate=no"
|
||||||
makedepends="zlib-devel"
|
makedepends="zlib-devel"
|
||||||
short_desc="GIT Tree History Storage Tool -- for xbps-src use"
|
short_desc="GIT Tree History Storage Tool -- for xbps-src use"
|
||||||
|
@ -18,6 +18,8 @@ checksum=6d65132471df9e531807cb2746f8be317e22a343b9385bbe11c9ce7f0d2fc848
|
||||||
|
|
||||||
if [ "$CHROOT_READY" ]; then
|
if [ "$CHROOT_READY" ]; then
|
||||||
hostmakedepends="perl tar"
|
hostmakedepends="perl tar"
|
||||||
|
else
|
||||||
|
configure_args+=" --with-zlib=${XBPS_MASTERDIR}/usr"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
post_configure() {
|
post_configure() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue