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