From: Christian Ehrhardt Date: Wed, 14 Nov 2018 07:11:35 +0000 (+0100) Subject: changelog: fixes for armhf builds X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=ea3fa5ca926a4a692702b340439631ffc79ca8e0;p=deb_dpdk.git changelog: fixes for armhf builds There are still build issue son arm with meson like: Checking for size of "void *": 4 Message: ['-march=armv7a'] config/arm/meson.build:160:7: ERROR: Could not get define '__ARM_NEON' So we might disable it if we continue to fail. But this is a step in the right direction IMHO. Change-Id: I52aac4f36e3ec0a23bce64c758b5be0fb3db0c10 Signed-off-by: Christian Ehrhardt --- diff --git a/debian/changelog b/debian/changelog index d7d052bf..706d532b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -48,6 +48,8 @@ dpdk (18.11-rc2-1~git1.1) disco; urgency=medium [ Christian Ehrhardt ] * d/p/fix-build-arch-defaults.patch: fix non x86 compilation and defaults + * d/control: fix libnuma compile issues now available on armhf + * d/rules: armhf has no default machine, set old default machine -- Luca Boccassi Mon, 29 Oct 2018 16:07:49 +0000