From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 0/3] small fixes for FreeBSD builds Date: Tue, 26 Feb 2019 16:29:16 +0100 Message-ID: <2129010.bn8gvtJg9l@xps> References: <20190225152304.62607-1-bruce.richardson@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Bruce Richardson Return-path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 1FBA63237 for ; Tue, 26 Feb 2019 16:29:20 +0100 (CET) In-Reply-To: <20190225152304.62607-1-bruce.richardson@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 25/02/2019 16:23, Bruce Richardson: > 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 Applied, thanks