aboutsummaryrefslogtreecommitdiffstats
path: root/debian/changelog
diff options
context:
space:
mode:
authorLuca Boccassi <luca.boccassi@gmail.com>2018-11-16 16:30:46 +0000
committerLuca Boccassi <luca.boccassi@gmail.com>2018-11-16 16:30:46 +0000
commit03a0523d2c05176484f195adf55fa0a10bf000db (patch)
tree7a319993608affaf91c99f7bd227be9cd500599a /debian/changelog
parentf3a41cf01406bd6b7611e704f46801fb06fdb182 (diff)
Note dpdk_config_options in d/changelog
Change-Id: I7d89fa418053b81bbe4cd8bd279bcfd02c3787b3 Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com>
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index d8aa8369..b4540801 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -47,6 +47,10 @@ dpdk (18.11-rc3-1~git1.1) UNRELEASED; urgency=medium
and the former is not needed as we no longer support vhost-user
in client mode. Please switch to server mode.
* d/p/0003-build-set-mfpu-neon-flag-for-armv7a-builds.patch: fix armhf build
+ * Add new DEB_BUILD_OPTIONS dpdk_config_options that accepts a comma
+ separated list (no spaces) of additional DPDK build configure options that
+ will be passed to Meson. Substitutes support for custom legacy Makefile
+ config files.
[ Christian Ehrhardt ]
* d/p/0001-build-avoid-non-supported-march-on-ppc-meson.patch: fix ppc build