From: Luca Boccassi Date: Thu, 11 Oct 2018 19:33:11 +0000 (+0100) Subject: Set minimum RDMA core version to 16 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F71%2F15871%2F2;p=deb_dpdk.git Set minimum RDMA core version to 16 ibverbs needs to be newer than what is available in Debian stretch, so bump the build dependency. Change-Id: I978fbde8411203ec85c855758b47f1ec99cc1e49 Signed-off-by: Luca Boccassi --- diff --git a/debian/control b/debian/control index f673b1d4..0626d8b1 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Build-Depends: debhelper (>= 10), libbsd-dev, libcap-dev, libelf-dev, - libibverbs-dev, + libibverbs-dev (>= 16~), libipsec-mb-dev [amd64], libpcap-dev, libmnl-dev,