]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
dpdk: simplify and fix build
authorPhilippe Antoine <pantoine@oisf.net>
Tue, 7 May 2024 13:09:28 +0000 (15:09 +0200)
committerVictor Julien <victor@inliniac.net>
Thu, 6 Jun 2024 20:40:46 +0000 (22:40 +0200)
configure.ac

index 5ae955d39739e72e26a11f66ec56f7d5c44616d4..19bb8ffc209234a575b7772272b4f4d91df43bed 100644 (file)
             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))