Force MKISOFO=xorriso for arm64 too
This commit is contained in:
parent
840d549c8c
commit
3855c0f58e
2
Makefile
2
Makefile
|
@ -21,7 +21,7 @@ ifndef TASK
|
||||||
TASK=Debian-generic
|
TASK=Debian-generic
|
||||||
endif
|
endif
|
||||||
ifndef MKISOFS
|
ifndef MKISOFS
|
||||||
ifneq (,$(filter i386 amd64,$(ARCHES)))
|
ifneq (,$(filter i386 amd64 amd64,$(ARCHES)))
|
||||||
export MKISOFS=xorriso
|
export MKISOFS=xorriso
|
||||||
export MKISOFS_OPTS=-as mkisofs -r -checksum_algorithm_iso md5,sha1
|
export MKISOFS_OPTS=-as mkisofs -r -checksum_algorithm_iso md5,sha1
|
||||||
else
|
else
|
||||||
|
|
|
@ -23,6 +23,9 @@ debian-cd (3.1.16) UNRELEASED; urgency=medium
|
||||||
[ Aurelien Jarno ]
|
[ Aurelien Jarno ]
|
||||||
* Add initial support for ppc64el
|
* 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
|
-- Steve McIntyre <93sam@debian.org> Thu, 07 Aug 2014 01:45:01 +0100
|
||||||
|
|
||||||
debian-cd (3.1.15) unstable; urgency=medium
|
debian-cd (3.1.15) unstable; urgency=medium
|
||||||
|
|
Loading…
Reference in New Issue