projects
/
openwrt
/
staging
/
adrian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67b04e7
)
readline: needs host depend on ncurses to build
author
Jan Kardell
<jan.kardell@telliq.com>
Fri, 20 Mar 2020 13:32:23 +0000
(14:32 +0100)
committer
Daniel Golle
<daniel@makrotopia.org>
Fri, 20 Mar 2020 17:08:58 +0000
(17:08 +0000)
We must ensure that host ncurses is build before host readline.
Signed-off-by: Jan Kardell <jan.kardell@telliq.com>
package/libs/readline/Makefile
patch
|
blob
|
history
diff --git
a/package/libs/readline/Makefile
b/package/libs/readline/Makefile
index ddf05986a56458ec6c570a5449a563d3614f6c71..e0204104c568d128e08f3df9d5f7df79824b3337 100644
(file)
--- a/
package/libs/readline/Makefile
+++ b/
package/libs/readline/Makefile
@@
-25,6
+25,8
@@
PKG_INSTALL:=1
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/host-build.mk
+HOST_BUILD_DEPENDS:=ncurses/host
+
define Package/libreadline
SECTION:=libs
CATEGORY:=Libraries