Code Review
/
deb_dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
7377c5f
)
Set minimum RDMA core version to 16
71/15871/2
author
Luca Boccassi
<
[email protected]
>
Thu, 11 Oct 2018 19:33:11 +0000
(20:33 +0100)
committer
Luca Boccassi
<
[email protected]
>
Tue, 13 Nov 2018 11:18:30 +0000
(11:18 +0000)
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 <
[email protected]
>
debian/control
patch
|
blob
|
history
diff --git
a/debian/control
b/debian/control
index
f673b1d
..
0626d8b
100644
(file)
--- 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,