Re: [dpdk-dev] [PATCH 0/3] fix 32-bit meson builds

2019-05-28 Thread Luca Boccassi
On Mon, 2019-05-27 at 17:15 +0100, Bruce Richardson wrote: > This set fixes some issues seen on the automated CI system with > building > on 32-bit Linux distro's using meson and ninja. The fixes are to > disable > unsupported parts of the build, and switch the 32-bit builds to > always > having la

[dpdk-dev] [PATCH 0/3] fix 32-bit meson builds

2019-05-27 Thread Bruce Richardson
This set fixes some issues seen on the automated CI system with building on 32-bit Linux distro's using meson and ninja. The fixes are to disable unsupported parts of the build, and switch the 32-bit builds to always having large file support, so that make and meson are consistent in that regard.