From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
Received: from dpdk.org (dpdk.org [92.243.14.124])
	by inbox.dpdk.org (Postfix) with ESMTP id 8B3FCA0487
	for <public@inbox.dpdk.org>; Wed,  3 Jul 2019 18:49:07 +0200 (CEST)
Received: from [92.243.14.124] (localhost [127.0.0.1])
	by dpdk.org (Postfix) with ESMTP id 84A5728EE;
	Wed,  3 Jul 2019 18:49:06 +0200 (CEST)
Received: from mail-wr1-f67.google.com (mail-wr1-f67.google.com
 [209.85.221.67]) by dpdk.org (Postfix) with ESMTP id 3E8021E25
 for <dev@dpdk.org>; Wed,  3 Jul 2019 18:49:05 +0200 (CEST)
Received: by mail-wr1-f67.google.com with SMTP id f9so3583126wre.12
 for <dev@dpdk.org>; Wed, 03 Jul 2019 09:49:05 -0700 (PDT)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20161025;
 h=x-gm-message-state:message-id:subject:from:to:date:in-reply-to
 :references:content-transfer-encoding:user-agent:mime-version;
 bh=cx9AKaqsK2GpOZOtrsZ8M1xrLEHa0ZBEWe8axJBQAfg=;
 b=QuYUxqfoVXYVEQRVw8PslgCCD2+o+GqgO+8+yAwM1/cyu3A24cv3jCSTIMURJfOUlq
 mNbbEREhb0V9nV6CS8R3+sclwKxirXItH7T9a9ZBPo0HW2PwyYFe9gLCDi4CqTFt5WnU
 GxmMH0LApjwWuneCpxvDpTkHUmLFnikMCZQobWzozvZIOuttajTbCrsP6d2m0jvc6gJG
 0eLmB9QzWba+eT/1HzuZlawbcSC2g9AwSC0p6ZMH/Iuo029o+oXqNM0riZEK5WP5zL8a
 SaW2t+oy4mQx6WC0z1pE8kaHL18UHTk5XHGfAynzpsCXNbfDu1H/LotrWPcYpPcXKr8y
 9t9g==
X-Gm-Message-State: APjAAAWVz1vUT+U78HdANneG017Sjff/MVnWbspOtlto5ARa6/MW6dO2
 dHSuQUmdULknx5jxvt0BT2o=
X-Google-Smtp-Source: APXvYqwkAXe0Tnr9UsDr7nWv3AjHH+koBUIGED6sCNuC2sPY90hEiyBdVDHbeII8TPsIhk47i4jCoQ==
X-Received: by 2002:adf:e8cb:: with SMTP id k11mr28969052wrn.244.1562172544801; 
 Wed, 03 Jul 2019 09:49:04 -0700 (PDT)
Received: from localhost ([88.98.246.218])
 by smtp.gmail.com with ESMTPSA id t15sm1671711wrx.84.2019.07.03.09.49.03
 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256);
 Wed, 03 Jul 2019 09:49:04 -0700 (PDT)
Message-ID: <d617eea15e704b34c1f31b4ebea7258c0f8bd5d1.camel@debian.org>
From: Luca Boccassi <bluca@debian.org>
To: Bruce Richardson <bruce.richardson@intel.com>, dev@dpdk.org
Date: Wed, 03 Jul 2019 17:49:03 +0100
In-Reply-To: <20190703164001.24841-1-bruce.richardson@intel.com>
References: <20190703164001.24841-1-bruce.richardson@intel.com>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
User-Agent: Evolution 3.30.5-1.1 
MIME-Version: 1.0
Subject: Re: [dpdk-dev] [PATCH 0/2] fix issues with Ubuntu 18.04 compilation
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
Errors-To: dev-bounces@dpdk.org
Sender: "dev" <dev-bounces@dpdk.org>

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.
>=20
> Bruce Richardson (2):
>   examples: fix pkg-config detection with older make
>   buildtools/test-meson-builds: workaround pkg-config issue
>=20
>  devtools/test-meson-builds.sh           | 4 +++-
>  examples/bbdev_app/Makefile             | 3 +--
>  examples/bond/Makefile                  | 3 +--
>  examples/cmdline/Makefile               | 3 +--
>  examples/distributor/Makefile           | 3 +--
>  examples/eventdev_pipeline/Makefile     | 3 +--
>  examples/exception_path/Makefile        | 3 +--
>  examples/fips_validation/Makefile       | 3 +--
>  examples/flow_classify/Makefile         | 3 +--
>  examples/flow_filtering/Makefile        | 3 +--
>  examples/helloworld/Makefile            | 3 +--
>  examples/ip_fragmentation/Makefile      | 3 +--
>  examples/ip_pipeline/Makefile           | 3 +--
>  examples/ip_reassembly/Makefile         | 3 +--
>  examples/ipsec-secgw/Makefile           | 3 +--
>  examples/ipv4_multicast/Makefile        | 3 +--
>  examples/kni/Makefile                   | 3 +--
>  examples/l2fwd-cat/Makefile             | 3 +--
>  examples/l2fwd-crypto/Makefile          | 3 +--
>  examples/l2fwd-jobstats/Makefile        | 3 +--
>  examples/l2fwd-keepalive/Makefile       | 3 +--
>  examples/l2fwd/Makefile                 | 3 +--
>  examples/l3fwd-acl/Makefile             | 3 +--
>  examples/l3fwd-power/Makefile           | 3 +--
>  examples/l3fwd-vf/Makefile              | 3 +--
>  examples/l3fwd/Makefile                 | 3 +--
>  examples/link_status_interrupt/Makefile | 3 +--
>  examples/load_balancer/Makefile         | 3 +--
>  examples/packet_ordering/Makefile       | 3 +--
>  examples/ptpclient/Makefile             | 3 +--
>  examples/qos_meter/Makefile             | 3 +--
>  examples/qos_sched/Makefile             | 3 +--
>  examples/rxtx_callbacks/Makefile        | 3 +--
>  examples/service_cores/Makefile         | 3 +--
>  examples/skeleton/Makefile              | 3 +--
>  examples/tep_termination/Makefile       | 3 +--
>  examples/timer/Makefile                 | 3 +--
>  examples/vdpa/Makefile                  | 3 +--
>  examples/vhost/Makefile                 | 3 +--
>  examples/vhost_crypto/Makefile          | 3 +--
>  examples/vhost_scsi/Makefile            | 3 +--
>  examples/vmdq/Makefile                  | 3 +--
>  examples/vmdq_dcb/Makefile              | 3 +--
>  43 files changed, 45 insertions(+), 85 deletions(-)

Series-acked-by: Luca Boccassi <bluca@debian.org>

--=20
Kind regards,
Luca Boccassi