file: cross compilation needs the same file version in the host.
This commit is contained in:
parent
8d70065a8f
commit
f6b3946960
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue