From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 89DCAA0487 for ; Wed, 3 Jul 2019 18:40:09 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 652DC2C2B; Wed, 3 Jul 2019 18:40:09 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id CA31D2BC8 for ; Wed, 3 Jul 2019 18:40:07 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Jul 2019 09:40:06 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,446,1557212400"; d="scan'208";a="158032506" Received: from silpixa00399126.ir.intel.com (HELO silpixa00399126.ger.corp.intel.com) ([10.237.223.2]) by orsmga008.jf.intel.com with ESMTP; 03 Jul 2019 09:40:05 -0700 From: Bruce Richardson To: dev@dpdk.org Cc: Bruce Richardson Date: Wed, 3 Jul 2019 17:39:59 +0100 Message-Id: <20190703164001.24841-1-bruce.richardson@intel.com> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 buildtools/test-meson-builds: workaround pkg-config issue 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(-) -- 2.21.0