* [dpdk-dev] [Bug 359] Makefile calls 'pkg-config --path'
@ 2019-11-02 20:55 bugzilla
0 siblings, 0 replies; only message in thread
From: bugzilla @ 2019-11-02 20:55 UTC (permalink / raw)
To: dev
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@dpdk.org
Reporter: knock@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.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2019-11-02 20:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-02 20:55 [dpdk-dev] [Bug 359] Makefile calls 'pkg-config --path' bugzilla
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).