[dpdk-dev] [Bug 359] Makefile calls 'pkg-config --path'
bugzilla at dpdk.org
bugzilla at dpdk.org
Sat Nov 2 21:55:12 CET 2019
https://bugs.dpdk.org/show_bug.cgi?id=359
Bug ID: 359
Summary: Makefile calls 'pkg-config --path'
Product: DPDK
Version: 19.08
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: meson
Assignee: dev at dpdk.org
Reporter: knock at myopendoor.de
Target Milestone: ---
The examples e.g. bond test first via pkg-config where to find the SDK. Later
in the script pkg-config is called with the path option:
PC_FILE := $(shell $(PKGCONF) --path libdpdk)
But '--path' is not a valid option to pkg-config. Result: make fails.
See e.g. https://www.commandlinux.com/man-page/man1/pkg-config.1.html
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the dev
mailing list