On Sun, Apr 15, 2018 at 05:07:30PM +0200, Gaetan Rivet wrote: > Signed-off-by: Gaetan Rivet <gaetan.ri...@6wind.com> > --- > lib/Makefile | 3 +-- > lib/librte_eal/common/Makefile | 2 +- > lib/librte_kvargs/Makefile | 3 ++- > lib/librte_kvargs/rte_kvargs.c | 2 +- > lib/{librte_eal/common/include => librte_kvargs}/rte_string_fns.h | 0 > 5 files changed, 5 insertions(+), 5 deletions(-) > rename lib/{librte_eal/common/include => librte_kvargs}/rte_string_fns.h > (100%) >
This fails for me when building DPDK for shared libs, due to the dependency on rte_log. I think if we to have kvargs built first it needs to be completely independent. /Bruce