This patch builds the package without OpenSSL.
>From 658cfaa87943e6423ee61fe078b93655b3f7fa70 Mon Sep 17 00:00:00 2001 From: Bastian Germann <bastiangerm...@fishpost.de> Date: Mon, 9 Mar 2020 12:32:07 +0100 Subject: [PATCH] Disable SSL (Closes: #951877)
--- debian/control | 1 - debian/rules | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 0118f51..2e32fbd 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,6 @@ Maintainer: Alexandre Viau <av...@debian.org> Build-Depends: debhelper (>= 9), cmake, libasio-dev, - libssl-dev, libkashmir-dev Standards-Version: 3.9.8 Homepage: https://github.com/Corvusoft/restbed diff --git a/debian/rules b/debian/rules index 68961b3..7153ea5 100755 --- a/debian/rules +++ b/debian/rules @@ -13,7 +13,7 @@ override_dh_auto_configure: dh_auto_configure -- \ -DBUILD_TESTS=OFF \ -DBUILD_EXAMPLES=OFF \ - -DBUILD_SSL=ON \ + -DBUILD_SSL=OFF \ -DBUILD_SHARED=ON \ -DCMAKE_BUILD_TYPE=Release -- 2.20.1