dejagnu: fix cross

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Jürgen Buchmüller 2019-05-08 06:49:36 +02:00
parent 6f093069cd
commit 698530cc63
No known key found for this signature in database
GPG key ID: DE55AD8DBEBB4EE8

View file

@ -11,3 +11,7 @@ license="GPL-3.0-or-later"
homepage="https://www.gnu.org/software/dejagnu/"
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=0d0671e1b45189c5fc8ade4b3b01635fb9eeab45cf54f57db23e4c4c1a17d261
if [ "$CROSS_BUILD" ]; then
hostmakedepends="${makedepends}"
fi