Try to fix building on arm64
authorSophie Brun <sophie@freexian.com>
Tue, 6 Feb 2018 15:29:11 +0000 (15:29 +0000)
committerRaphaël Hertzog <hertzog@debian.org>
Tue, 6 Feb 2018 15:29:11 +0000 (15:29 +0000)
Origin: https://bugs.kali.org/view.php?id=3172
Last-Update: 2016-05-20

Last-Update: 2016-05-20
Gbp-Pq: Name 0008-fix-building-on-arm64.patch

Makefile

index c35198ec6e127a541ce6aa0cab626a03b26b8395..899af0bf05ed09d487920458a6be1493cef7755b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -96,6 +96,9 @@ _machname := $(shell uname -m)
 ifneq (,$(findstring arm,${_machname}))
        override _machname := arm
 endif
+ifneq (,$(findstring aarch64,${_machname}))
+       override _machname := arm
+endif
 ifneq (,$(findstring i686,${_machname}))
        override _machname := x86
 endif