diff options
author | Luca Boccassi <luca.boccassi@gmail.com> | 2016-08-31 11:58:33 +0100 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2016-08-31 12:04:22 +0100 |
commit | cc8d90550573a3eaa5b917f85bfcd65c66606845 (patch) | |
tree | 0bed2237e6dcef27b634a09362690e0dcdbae1bf | |
parent | 7196e2f44ed6df344d711a63dd5142038382c766 (diff) |
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 <luca.boccassi@gmail.com>
-rw-r--r-- | debian/changelog | 9 |
1 files changed, 9 insertions, 0 deletions
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=<path/to/kernel/sources> to DEB_BUILD_OPTIONS) into a dpdk-modules-<kernel version> 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 <christian.ehrhardt@canonical.com> Fri, 29 Jul 2016 08:18:50 +0200 |