make: add to hostmakedepends only if chroot ready
If bootstrapping the dependencies automake, gettext-devel, and pkg-config are required to be installed in the builder's host environment. Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
7346810604
commit
f24a9b9aa1
1 changed files with 3 additions and 1 deletions
|
@ -17,7 +17,9 @@ distfiles="${GNU_SITE}/make/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=d6e262bf3601b42d2b1e4ef8310029e1dcf20083c5446b4b7aa67081fdffc589
|
checksum=d6e262bf3601b42d2b1e4ef8310029e1dcf20083c5446b4b7aa67081fdffc589
|
||||||
|
|
||||||
# This should be temporary until upstream releases a new version with fixes
|
# This should be temporary until upstream releases a new version with fixes
|
||||||
hostmakedepends+=" automake gettext-devel pkg-config"
|
if [ -n "$CHROOT_READY" ]; then
|
||||||
|
hostmakedepends+=" automake gettext-devel pkg-config"
|
||||||
|
fi
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue