From 1c0514c16a076fa7361e6f03e03f25ecc3ad7729 Mon Sep 17 00:00:00 2001 From: Philippe Antoine Date: Tue, 7 May 2024 15:09:28 +0200 Subject: [PATCH] dpdk: simplify and fix build --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 5ae955d397..19bb8ffc20 100644 --- a/configure.ac +++ b/configure.ac @@ -1413,7 +1413,7 @@ exit 1 fi CFLAGS="${CFLAGS} `pkg-config --cflags libdpdk`" - LIBS="${LIBS} -Wl,-R,`pkg-config --libs-only-L libdpdk | cut -c 3-` -lnuma `pkg-config --libs libdpdk`" + LIBS="${LIBS} -lnuma `pkg-config --libs libdpdk`" if test ! -z "$(ldconfig -p | grep librte_net_bond)"; then AC_DEFINE([HAVE_DPDK_BOND],[1],(DPDK Bond PMD support enabled))