projects
/
openwrt
/
staging
/
robimarko.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f32085f
)
build: export STAGING_DIR_HOST in toplevel make code
author
Felix Fietkau
<nbd@nbd.name>
Sun, 28 Aug 2022 18:35:03 +0000
(20:35 +0200)
committer
Felix Fietkau
<nbd@nbd.name>
Mon, 5 Sep 2022 09:17:19 +0000
(11:17 +0200)
Fixes ncurses pkg-config check for menuconfig
Signed-off-by: Felix Fietkau <nbd@nbd.name>
include/toplevel.mk
patch
|
blob
|
history
diff --git
a/include/toplevel.mk
b/include/toplevel.mk
index ce744bc92ccf6713adea67f3ad15a1622c9ca935..455fc9c4da0b3c65b43ee16799140ca2f61a508f 100644
(file)
--- 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)