[PATCH] Be consistent with pkg-config usage

Mike Frysinger vapier at gentoo.org
Fri Apr 8 03:59:11 UTC 2016


On 07 Apr 2016 22:54, Kylie McClain wrote:
> The top-level makefile uses and sets PKG_CONFIG. The scripts and makefiles which are
> used by it, or may be used by it should adhere to this.
> ---
>  scripts/kconfig/Makefile                   | 20 ++++++++++----------
>  scripts/kconfig/lxdialog/check-lxdialog.sh | 10 ++++++----

kconfig files come from the Linux kernel.  please get your changes merged
there first.

keep in mind that PKG_CONFIG is a tool for the *host*, not for the *build*.
so mixing it in this way is almost assuredly wrong.  much like there is a
HOSTCC var, you'll probably want to introduce a HOST_PKG_CONFIG var, and
then change these files to leverage that.
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.busybox.net/pipermail/busybox/attachments/20160407/d35cd4a9/attachment.asc>


More information about the busybox mailing list