xbps: only require git in the chroot case; fixes bootstrap build.
This commit is contained in:
parent
36499ac3a7
commit
67fe8a63c8
@ -9,7 +9,6 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="https://github.com/voidlinux/xbps"
|
||||
license="2-clause-BSD"
|
||||
|
||||
hostmakedepends="git"
|
||||
makedepends="zlib-devel libressl-devel libarchive-devel"
|
||||
depends="xbps-triggers"
|
||||
|
||||
@ -17,7 +16,7 @@ if [ -z "$CHROOT_READY" ]; then
|
||||
CFLAGS+=" -idirafter ${XBPS_MASTERDIR}/usr/include"
|
||||
LDFLAGS+=" -L${XBPS_MASTERDIR}/usr/lib"
|
||||
else
|
||||
hostmakedepends+=" pkg-config"
|
||||
hostmakedepends="git pkg-config"
|
||||
makedepends+=" atf-devel"
|
||||
|
||||
xbps-tests_package() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user