odp-dpdk: fix build (missing libnl)
When libpcap is *statically* linked against, it newly needs libnl-genl-3.0
This commit is contained in:
parent
61fd82abeb
commit
5edf96dca9
@ -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 [
|
||||
|
Loading…
Reference in New Issue
Block a user