Suricata compilation problem with DPDK on ARM platform

Thank you for your answer.

On commit d9e6301 (the one of 7.0.0-rc1), the “DPDK support” part in the configure.ac file looks like:

  • Line 1404: CFLAGS=“${CFLAGS} `pkg-config --cflags libdpdk`”
  • Line 1405: LIBS=“${LIBS} -Wl,-R,`pkg-config --libs-only-L libdpdk | cut -c 3-` -lnuma `pkg-config --libs libdpdk`”

What am I supposed to modify?
Am I supposed to change other lines?