From 0fc0edb9cbdb687d952f8296d8032663e924df18 Mon Sep 17 00:00:00 2001 From: Ali Alnubani Date: Wed, 27 Nov 2019 15:23:18 +0000 Subject: [PATCH] doc: update libnuma dependency on arm64 Previous versions of numactl may produce the following error on some systems (at least on Fedora 30 and RHEL7.4): ./.libs/libnuma.so: undefined reference to `minor' ./.libs/libnuma.so: undefined reference to `major' collect2: error: ld returned 1 exit status This was fixed in upstream commit: https://github.com/numactl/numactl/commit/25691a084a2012a339395ade567dbae814e237e9 The fix is available in v2.0.13. Signed-off-by: Ali Alnubani Reviewed-by: Ruifeng Wang Acked-by: Gavin Hu --- doc/guides/linux_gsg/cross_build_dpdk_for_arm64.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/linux_gsg/cross_build_dpdk_for_arm64.rst b/doc/guides/linux_gsg/cross_build_dpdk_for_arm64.rst index b8e48a01b0..8f6c951dd8 100644 --- a/doc/guides/linux_gsg/cross_build_dpdk_for_arm64.rst +++ b/doc/guides/linux_gsg/cross_build_dpdk_for_arm64.rst @@ -50,7 +50,7 @@ NUMA is required by most modern machines, not needed for non-NUMA architectures. git clone https://github.com/numactl/numactl.git cd numactl - git checkout v2.0.11 -b v2.0.11 + git checkout v2.0.13 -b v2.0.13 ./autogen.sh autoconf -i ./configure --host=aarch64-linux-gnu CC=aarch64-linux-gnu-gcc --prefix= -- 2.20.1