From: Luca Boccassi Date: Fri, 14 Dec 2018 17:17:03 +0000 (+0000) Subject: libdpdk-dev: depend on libmnl-dev, libnuma-dev X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=fde36b0ae3d1ed1efffe72d2723ee5d4e10a542d;p=deb_dpdk.git libdpdk-dev: depend on libmnl-dev, libnuma-dev static builds fail as pkg-config --static --libs includes lnuma and lmnl, as they are used by some of the libraries/PMDs. Change-Id: Id583bf0deda16736d983c47832510ef0e6106b2d Signed-off-by: Luca Boccassi --- diff --git a/debian/control b/debian/control index dcd34697..ed42b98d 100644 --- a/debian/control +++ b/debian/control @@ -140,6 +140,8 @@ Multi-Arch: same Pre-Depends: ${misc:Pre-Depends}, Depends: libbsd-dev, libibverbs-dev, + libmnl-dev, + libnuma-dev, libpcap-dev, libssl-dev, zlib1g-dev,