[dpdk-dev] [PATCH] config: make libarchive optional

2016-06-14 Thread Thomas Monjalon
2016-06-14 11:33, Jan Viktorin: > Thomas Monjalon wrote: > > +ifeq ($(CONFIG_RTE_APP_TEST_RESOURCE_TAR),y) > > +$(eval $(call linked_tar_resource,test_resource_tar,test_resource.c)) > > +SRCS-y += test_pci.c > > +$(eval $(call linked_tar_resource,test_pci_sysfs,test_pci_sysfs)) > > +LDLIBS +=

[dpdk-dev] [PATCH] config: make libarchive optional

2016-06-14 Thread Jan Viktorin
Hello Thomas, On Tue, 14 Jun 2016 10:59:49 +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. I am surprised

[dpdk-dev] [PATCH] config: make libarchive optional

2016-06-14 Thread Thomas Monjalon
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"