From cc8d90550573a3eaa5b917f85bfcd65c66606845 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Wed, 31 Aug 2016 11:58:33 +0100 Subject: Add missing entries in debian/changelog - Note about README.source instructions - Note about setting compiler flags in debian/rules - Note about rte-compile-pre-cppflags.patch backport Change-Id: I5f931b28a73f844147b032b36dce1d54701b333e Signed-off-by: Luca Boccassi --- debian/changelog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/debian/changelog b/debian/changelog index a72d7621..b86d13de 100644 --- a/debian/changelog +++ b/debian/changelog @@ -42,6 +42,15 @@ dpdk (16.07-0~git1) UNRELEASED; urgency=medium modules agains the local, current kernel version (override by adding ksrc= to DEB_BUILD_OPTIONS) into a dpdk-modules- package + * Set HOST_/EXTRA/CPP/C/LDFLAGS in d/rules so that all built objects pick up + all flags set by the dpkg environment, like hardening flags + * Add rte-compile-pre-cppflags.patch to make all DPDK objects pick up the + user specified or environment specified CPP/C/LDFLAGS. + Fixes Lintian warning: + - W: dpdk-dev: hardening-no-relro + usr/share/dpdk/x86_64-default-linuxapp-gcc/app/dpdk-pmdinfogen + * Add a brief HOWTO to debian/README.source with instructions to build the + packages, for CI systems and the like. -- Christian Ehrhardt Fri, 29 Jul 2016 08:18:50 +0200 -- cgit 1.2.3-korg