file: cross compilation needs the same file version in the host.

This commit is contained in:
Juan RP 2016-04-17 17:16:52 +02:00
parent 8d70065a8f
commit f6b3946960

View file

@ -13,6 +13,11 @@ license="2-clause-BSD"
distfiles="ftp://ftp.astron.com/pub/file/file-${version}.tar.gz"
checksum=2ef32b4ec936b0ff7b59a021dce56086a716663b6df1138c7ea597d396bf50cf
if [ "$CROSS_BUILD" ]; then
# XXX cross compilation needs exactly the same version for the host
hostmakedepends="file"
fi
post_install() {
vlicense COPYING
}