From 17eac2b3f46137f0702a83f4324ba7edec7647b1 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Fri, 2 Nov 2018 17:43:23 +0000 Subject: [PATCH] Add libssl-dev dependency on libdpdk-dev for libcrypto.pc libdpdk.pc lists libcrypto as a Requires.private for static builds, but due to the way pkg-config works the Requires.private dependencies must always be satisfied regardless of whether pkg-config --static is used or not, or it will fail. Change-Id: If6ec5486966316fed96d498acf4d4819fbc5becd Signed-off-by: Luca Boccassi --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index 0c94db9a..5f3714f0 100644 --- a/debian/control +++ b/debian/control @@ -115,6 +115,7 @@ Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: libpcap-dev, libibverbs-dev, + libssl-dev, zlib1g-dev, ${librte:Depends}, ${misc:Depends} -- 2.16.6