diff options
author | Luca Boccassi <bluca@debian.org> | 2018-11-02 17:43:23 +0000 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2018-11-13 11:18:30 +0000 |
commit | 17eac2b3f46137f0702a83f4324ba7edec7647b1 (patch) | |
tree | f6249be000a4527b3032c490d43df27241011e73 /debian/control | |
parent | 9fb00e6320944c569da54564c10901e55e2d077a (diff) |
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 <luca.boccassi@gmail.com>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
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} |