From: Bruce Richardson Date: Tue, 30 Jun 2020 14:14:29 +0000 (+0100) Subject: devtools: test static linkage with pkg-config X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=ca39d3a801471860a24d1663083779aae4ddbd75;hp=ca39d3a801471860a24d1663083779aae4ddbd75;p=dpdk.git devtools: test static linkage with pkg-config The pkg-config file was tested by building some of the examples using make, pulling the cflags and ldflags from the pkg-config file for DPDK. However, this only tested the shared library linkage, and not the static, so this patch updates it to test both. Signed-off-by: Bruce Richardson Acked-by: Luca Boccassi Acked-by: Sunil Pai G ---