mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-07 06:20:37 +01:00
readline: needs host depend on ncurses to build
We must ensure that host ncurses is build before host readline. Signed-off-by: Jan Kardell <jan.kardell@telliq.com>
This commit is contained in:
parent
67b04e767a
commit
ecef29b294
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue