From: Felix Fietkau Date: Sun, 28 Aug 2022 18:35:03 +0000 (+0200) Subject: build: export STAGING_DIR_HOST in toplevel make code X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=faf2b2193e28ecf4237c263ce58897cb9170d477;p=openwrt%2Fstaging%2Faparcar.git build: export STAGING_DIR_HOST in toplevel make code Fixes ncurses pkg-config check for menuconfig Signed-off-by: Felix Fietkau --- diff --git a/include/toplevel.mk b/include/toplevel.mk index ce744bc92c..455fc9c4da 100644 --- a/include/toplevel.mk +++ b/include/toplevel.mk @@ -60,6 +60,7 @@ endif SCAN_COOKIE?=$(shell echo $$$$) export SCAN_COOKIE +export STAGING_DIR_HOST=$(TOPDIR)/staging_dir/host SUBMAKE:=umask 022; $(SUBMAKE)