From: Christian Ehrhardt Date: Thu, 23 Jun 2016 12:10:25 +0000 (+0200) Subject: changelog: use dpkg-buildflags and properly enable hardening X-Git-Tag: debian/16.07-1~112 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F42%2F1742%2F2;p=deb_dpdk.git 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 --- 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 ]