From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] config: make libarchive optional Date: Tue, 14 Jun 2016 15:33:21 +0200 Message-ID: <45836776.F9k8qZtOiq@xps13> References: <1465894789-20733-1-git-send-email-thomas.monjalon@6wind.com> <1465898516-16050-1-git-send-email-thomas.monjalon@6wind.com> <20160614145307.7a174d8a@pcviktorin.fit.vutbr.cz> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Jan Viktorin Return-path: Received: from mail-wm0-f44.google.com (mail-wm0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id EB4EF95FC for ; Tue, 14 Jun 2016 15:33:22 +0200 (CEST) Received: by mail-wm0-f44.google.com with SMTP id m124so123413098wme.1 for ; Tue, 14 Jun 2016 06:33:22 -0700 (PDT) In-Reply-To: <20160614145307.7a174d8a@pcviktorin.fit.vutbr.cz> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-06-14 14:53, Jan Viktorin: > On Tue, 14 Jun 2016 12:01:56 +0200 > Thomas Monjalon wrote: > > > The commit 66819e6 has introduced a dependency on libarchive to be able > > to use some tar resources in the unit tests. > > It is now an optional dependency because some systems do not have it > > installed. > > > > If CONFIG_RTE_APP_TEST_RESOURCE_TAR is disabled, the PCI test will not > > be run. When a "configure" script will be integrated, the libarchive > > availability could be checked to automatically enable the option. > > > > Signed-off-by: Thomas Monjalon > > --- > > v2: define empty macro linked_tar_resource if disabled > > --- > Reviewed-by: Jan Viktorin > Acked-by: Jan Viktorin Applied