diff options
author | Luca Boccassi <bluca@debian.org> | 2018-12-14 17:17:03 +0000 |
---|---|---|
committer | Luca Boccassi <bluca@debian.org> | 2018-12-14 17:17:03 +0000 |
commit | fde36b0ae3d1ed1efffe72d2723ee5d4e10a542d (patch) | |
tree | 6367fc743cf3d9cb6afeb52cd9de4a77a60d798c /debian/control | |
parent | 5253cf1e9ef516a11021dd0f85c5f56699b98fc0 (diff) |
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 <bluca@debian.org>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 2 insertions, 0 deletions
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, |