Thomas Albers via openwrt-devel <openwrt-devel@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.game...@googlemail.com> > To: openwrt-devel@lists.openwrt.org > Subject: [PATCH 1/2] fix make kernel_menuconfig > Message-ID: > <CALYGOBU51HmRrwJGmYUxhcYJCg8OOSEUOo+7=t-nujlk9xn...@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@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel