Code Review
/
vpp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
dccf863
)
build: fix missing openssl package on debian-10
69/29069/1
author
Dave Wallace
<
[email protected]
>
Thu, 24 Sep 2020 00:19:37 +0000
(20:19 -0400)
committer
Dave Wallace
<
[email protected]
>
Thu, 24 Sep 2020 14:27:09 +0000
(14:27 +0000)
- libssl-dev missing on debian-10 breaks
'make install-ext-deps'
Type: fix
Signed-off-by: Dave Wallace <
[email protected]
>
Change-Id: Ib6a6f120147e8ae0dcfead6fae9f0a7a3434d687
(cherry picked from commit
17569cbeb25c7eba9cd818bea98448b11b05532c
)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
dd85222
..
6a4886f
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-92,6
+92,7
@@
else ifeq ($(OS_ID)-$(OS_VERSION_ID),debian-9)
DEB_DEPENDS += python-all python-pip
DEB_DEPENDS += python-dev python-all python-pip python-virtualenv
else ifeq ($(OS_ID)-$(OS_VERSION_ID),debian-10)
+ DEB_DEPENDS += libssl-dev
DEB_DEPENDS += libelf-dev # for libbpf (af_xdp)
else
DEB_DEPENDS += libssl-dev