From: Luca Boccassi Date: Fri, 2 Nov 2018 17:43:23 +0000 (+0000) Subject: Add libssl-dev dependency on libdpdk-dev for libcrypto.pc X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F87%2F15887%2F2;p=deb_dpdk.git 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 --- 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}