Re: [dpdk-dev] [PATCH 0/2] fix issues with Ubuntu 18.04 compilation

2019-07-03 Thread Thomas Monjalon
> > Bruce Richardson (2): > > examples: fix pkg-config detection with older make > > buildtools/test-meson-builds: workaround pkg-config issue > > Series-acked-by: Luca Boccassi Applied, thanks

Re: [dpdk-dev] [PATCH 0/2] fix issues with Ubuntu 18.04 compilation

2019-07-03 Thread Luca Boccassi
On Wed, 2019-07-03 at 17:39 +0100, Bruce Richardson wrote: > This set has two fixes for the build issues on Ubuntu. The first > patch > adds in support for older make v4.1, and the second works around a > problem with pkg-config giving an incorrect prefix in some > circumstances. > > Bruce Richard

[dpdk-dev] [PATCH 0/2] fix issues with Ubuntu 18.04 compilation

2019-07-03 Thread Bruce Richardson
This set has two fixes for the build issues on Ubuntu. The first patch adds in support for older make v4.1, and the second works around a problem with pkg-config giving an incorrect prefix in some circumstances. Bruce Richardson (2): examples: fix pkg-config detection with older make buildtool