diff options
author | Christian Ehrhardt <christian.ehrhardt@canonical.com> | 2016-06-23 14:10:25 +0200 |
---|---|---|
committer | C.J. Collier <cjcollier@linuxfoundation.org> | 2016-06-23 15:58:21 +0000 |
commit | bee8a5722d59aaa5a7e058dec7000f8c5b294166 (patch) | |
tree | 72ad47d2d0d16b32aa4b2f240bf78d196fd0b48c | |
parent | bfb8eeb20fbe6a96e7bc9d663370b871fe77717b (diff) |
changelog: use dpkg-buildflags and properly enable hardening
d/rules didn't adapt to the DPDK build system to really tranfer the
data from dpkg-buildflags into the DPDK buildsystem. By that hardening
flags were lost while building.
Change-Id: Ie3ddc0a35ada45a5b2d59b4b75a9660171529291
Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
-rw-r--r-- | debian/changelog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index c6c44585..110e24ae 100644 --- a/debian/changelog +++ b/debian/changelog @@ -42,6 +42,7 @@ dpdk (16.04-1) UNRELEASED; urgency=medium allows consumers of dpdk to just depend on what they need. As well as installation of multiple .so versions concurrently. - added the hidden dependency of librte_eal to librte_mempool + - use dpkg-buildflags and properly enable hardening * Adding DKMS package for rte_kni (LP: #1592786) [ Ricardo Salveti ] |