From fccb5bea05c4baa866c0953493b4740f42655d2e Mon Sep 17 00:00:00 2001 From: Tobias Henkel Date: Thu, 17 Oct 2019 16:36:25 +0200 Subject: [PATCH] Add libssl-dev to bindep Recently all builds started to fail because of missing ssl headers. Add then to bindep. Change-Id: Id355dc9ad216d838b22aab7195dc45d4cc897527 --- bindep.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/bindep.txt b/bindep.txt index 9ee615b53..97cea1b20 100644 --- a/bindep.txt +++ b/bindep.txt @@ -7,6 +7,7 @@ libffi-dev [compile test platform:apk platform:dpkg] libffi6 [platform:dpkg] libffi [platform:apk] libressl-dev [compile test platform:apk] +libssl-dev [compile test platform:dpkg] linux-headers [compile test platform:apk] make [compile test platform:apk] musl-dev [compile test platform:apk]