From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: [PATCH 0/3] small fixes for FreeBSD builds Date: Mon, 25 Feb 2019 15:23:01 +0000 Message-ID: <20190225152304.62607-1-bruce.richardson@intel.com> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Cc: Bruce Richardson To: dev@dpdk.org Return-path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id CE7CC201 for ; Mon, 25 Feb 2019 16:23:09 +0100 (CET) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Set of three one-line fixes to improve the FreeBSD builds, particularly with -Dexamples=all set for meson builds. Bruce Richardson (3): test/compress: fix missing header include examples/ip_pipeline: disable build when no epoll examples/vhost_crypto: fix dependency on vhost library examples/ip_pipeline/meson.build | 1 + examples/vhost_crypto/meson.build | 1 + test/test/test_compressdev.c | 1 + 3 files changed, 3 insertions(+) -- 2.20.1