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

Attachment: signature.asc
Description: Digital signature

_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to