[OpenWrt-Devel] [PATCH 1/2] fix make kernel_menuconfig

Petr Štetiar ynezz at true.cz
Wed Aug 7 01:59:06 EDT 2019


Thomas Albers via openwrt-devel <openwrt-devel at lists.openwrt.org> [2019-08-06 20:48:07]:

Hi,

> The sender domain has a DMARC Reject/Quarantine policy which disallows
> sending mailing list messages using the original "From" header.
> 
> To mitigate this problem, the original message has been wrapped
> automatically by the mailing list software.

FYI patchwork has issue parsing this wrapped emails so this patch wouldn't
apply. Also patch 2/2 didn't hit the mailing list and patchwork as well.

> Date: Tue, 6 Aug 2019 20:48:07 -0500
> From: Thomas Albers <thomas.gameiro at googlemail.com>
> To: openwrt-devel at lists.openwrt.org
> Subject: [PATCH 1/2] fix make kernel_menuconfig
> Message-ID: <CALYGOBU51HmRrwJGmYUxhcYJCg8OOSEUOo+7=T-nuJLk9XnSmQ at mail.gmail.com>
> 
> This fixes pkg-config in the toolchain.

maybe, but it's probably breaking other stuff as well.

>  Previously, pkg-config would expand an environment variable
>  $STAGING_PREFIX, which is not defined,

It is defined:

 include/host-build.mk:  $(1) : export STAGING_PREFIX=$$(HOST_BUILD_PREFIX)
 include/package.mk:  $(1) : export STAGING_PREFIX=$$(STAGING_DIR)/usr

and as you can see the values are different for host/target.

> Right now, anything relying on pkg-config works only because of sensible
> defaults and good fortune.

I don't think so, you probably need to dig into it once more and find out the
real reason for the failure and fix it at the proper place.

-- ynezz

_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list