Re: [PATCH] tools: Use PKG_CONFIG_FILE instead of PKG_CONFIG variable

2023-02-23 Thread Anthony PERARD
On Thu, Feb 23, 2023 at 01:03:03PM +, Bertrand Marquis wrote: > Replace PKG_CONFIG variable name with PKG_CONFIG_FILE for the name of > the pkg-config file. > This is preventing a conflict in some build systems where PKG_CONFIG > actually contains the path to the pkg-config executable to use, a

[PATCH] tools: Use PKG_CONFIG_FILE instead of PKG_CONFIG variable

2023-02-23 Thread Bertrand Marquis
Replace PKG_CONFIG variable name with PKG_CONFIG_FILE for the name of the pkg-config file. This is preventing a conflict in some build systems where PKG_CONFIG actually contains the path to the pkg-config executable to use, as the default assignment in libs.mk is using a weak assignment (?=). This