Skip to content

Commit

Permalink
readline: needs host depend on ncurses to build
Browse files Browse the repository at this point in the history
We must ensure that host ncurses is build before host readline.

Signed-off-by: Jan Kardell <jan.kardell@telliq.com>
  • Loading branch information
jan-kardell authored and dangowrt committed Mar 20, 2020
1 parent 67b04e7 commit ecef29b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package/libs/readline/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit ecef29b

Please sign in to comment.