diff options
author | Christian Ehrhardt <christian.ehrhardt@canonical.com> | 2018-03-12 09:16:25 +0100 |
---|---|---|
committer | Christian Ehrhardt <christian.ehrhardt@canonical.com> | 2018-03-13 12:29:21 +0100 |
commit | 9ae099946250acb003e161f0f7b8c72a6bd91de9 (patch) | |
tree | b2032410d6d67909fddf47b7908af6dce7fb654e | |
parent | 4e930c56ffaf95a74227affb869360a0d3722296 (diff) |
changelog: let libdpdk-dev depend on zlib1g-dev
Change-Id: I36be6bffab0aa8d8c4271d15d2d7aad5945a615c
Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 150fab7a..fedb644f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -69,6 +69,9 @@ dpdk (17.11-1~git1) UNRELEASED; urgency=medium 3rd party drivers should drop into the versioned directories now to show their support for that version and to be autoloaded by librte_eal due to that. + * d/control: let libdpdk-dev depend on zlib1g-dev as it is used on build and + creeps into pkg-config. Even thou at the moment no dpdk .so uses it is + required to build correctly with the libs provided by pkg-config. -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Thu, 16 Nov 2017 14:17:03 +0100 |