Try to fix building on arm64
authorSophie Brun <sophie@freexian.com>
Mon, 10 Feb 2020 15:21:52 +0000 (16:21 +0100)
committerSophie Brun <sophie@offensive-security.com>
Mon, 14 Feb 2022 13:32:56 +0000 (13:32 +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 acb379d0ede29eeddc55f8608cf8be889f08786c..6f136434acb9fb53887411eeb760859e891c4a48 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -89,6 +89,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