Force MKISOFO=xorriso for arm64 too

This commit is contained in:
Steve McIntyre 2014-10-04 16:19:31 +01:00
parent 840d549c8c
commit 3855c0f58e
2 changed files with 4 additions and 1 deletions

View File

@ -21,7 +21,7 @@ ifndef TASK
TASK=Debian-generic
endif
ifndef MKISOFS
ifneq (,$(filter i386 amd64,$(ARCHES)))
ifneq (,$(filter i386 amd64 amd64,$(ARCHES)))
export MKISOFS=xorriso
export MKISOFS_OPTS=-as mkisofs -r -checksum_algorithm_iso md5,sha1
else

3
debian/changelog vendored
View File

@ -23,6 +23,9 @@ debian-cd (3.1.16) UNRELEASED; urgency=medium
[ Aurelien Jarno ]
* Add initial support for ppc64el
[ Ian Campbell ]
* Force MKISOFO=xorriso for arm64 too
-- Steve McIntyre <93sam@debian.org> Thu, 07 Aug 2014 01:45:01 +0100
debian-cd (3.1.15) unstable; urgency=medium