odp-dpdk: fix build (missing libnl)

When libpcap is *statically* linked against, it newly needs libnl-genl-3.0
This commit is contained in:
Vladimír Čunát 2023-04-10 07:57:38 +02:00
parent 61fd82abeb
commit 5edf96dca9
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -1,5 +1,6 @@
{ lib, stdenv, fetchurl, autoreconfHook, pkg-config
, dpdk, libbpf, libconfig, libpcap, numactl, openssl, zlib, libbsd, libelf, jansson
, libnl
}: let
dpdk_19_11 = dpdk.overrideAttrs (old: rec {
version = "19.11.12";
@ -37,6 +38,7 @@ in stdenv.mkDerivation rec {
libelf
jansson
libbpf
libnl
];
env.NIX_CFLAGS_COMPILE = toString [