Skip to content
Snippets Groups Projects
Commit f9ce70a2 authored by Guido Günther's avatar Guido Günther
Browse files

Build with numctl on arm64

Thanks: dann frazier
Closes: #838949
parent d7e63375
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ Build-Depends:
libnl-route-3-dev [linux-any],
libyajl-dev,
libpcap0.8-dev,
libnuma-dev [amd64 i386 ia64 mips mipsel powerpc ppc64 ppc64el],
libnuma-dev [amd64 arm64 i386 ia64 mips mipsel powerpc ppc64 ppc64el],
radvd [linux-any],
libnetcf-dev (>= 1:0.2.3-3~) [linux-any],
libsanlock-dev [linux-any],
......
......@@ -44,7 +44,7 @@ ifneq (,$(findstring $(DEB_HOST_ARCH_OS), linux))
else
WITH_DTRACE = --without-dtrace
endif
ifneq (,$(findstring $(DEB_HOST_ARCH), amd64 i386 ia64 mips mipsel powerpc ppc64el))
ifneq (,$(findstring $(DEB_HOST_ARCH), amd64 arm64 i386 ia64 mips mipsel powerpc ppc64el))
WITH_NUMA = --with-numactl
else
WITH_NUMA = --without-numactl
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment