From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Horman Subject: Re: [PATCH iproute2] configure: require libmnl Date: Tue, 5 Jun 2018 20:15:29 +0200 Message-ID: <20180605181527.thko4srbasoqleyv@netronome.com> References: <20180531193209.27406-1-stephen@networkplumber.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netdev@vger.kernel.org To: Stephen Hemminger Return-path: Received: from mail-wm0-f68.google.com ([74.125.82.68]:34360 "EHLO mail-wm0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751769AbeFESPd (ORCPT ); Tue, 5 Jun 2018 14:15:33 -0400 Received: by mail-wm0-f68.google.com with SMTP id q4-v6so19886440wmq.1 for ; Tue, 05 Jun 2018 11:15:32 -0700 (PDT) Content-Disposition: inline In-Reply-To: <20180531193209.27406-1-stephen@networkplumber.org> Sender: netdev-owner@vger.kernel.org List-ID: On Thu, May 31, 2018 at 03:32:09PM -0400, Stephen Hemminger wrote: > Several users of BPF and other features are trying to build without > libmnl, then complaining that features don't work. The time has > come to require libmnl to build iproute2. > > Signed-off-by: Stephen Hemminger Reviewed-by: Simon Horman