changelog: use dpkg-buildflags and properly enable hardening 42/1742/2
authorChristian Ehrhardt <christian.ehrhardt@canonical.com>
Thu, 23 Jun 2016 12:10:25 +0000 (14:10 +0200)
committerC.J. Collier <cjcollier@linuxfoundation.org>
Thu, 23 Jun 2016 15:58:21 +0000 (15:58 +0000)
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>
debian/changelog

index c6c4458..110e24a 100644 (file)
@@ -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 ]