changelog: fixes for armhf builds 23/15923/1
authorChristian Ehrhardt <christian.ehrhardt@canonical.com>
Wed, 14 Nov 2018 07:11:35 +0000 (08:11 +0100)
committerChristian Ehrhardt <christian.ehrhardt@canonical.com>
Wed, 14 Nov 2018 07:50:02 +0000 (08:50 +0100)
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 <christian.ehrhardt@canonical.com>
debian/changelog

index d7d052b..706d532 100644 (file)
@@ -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 <bluca@debian.org>  Mon, 29 Oct 2018 16:07:49 +0000