diff options
author | midipix <writeonce@midipix.org> | 2019-08-18 12:54:25 +0000 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2019-08-18 17:07:22 +0000 |
commit | 513bee0a5e1bd537717bcd9ea234e11550c9a205 (patch) | |
tree | 9b7f271779c71370f379b028c117db227104e335 | |
parent | cbbeae3f202ea2784666740a72cfba69f4ff68e0 (diff) | |
download | midipix_build-513bee0a5e1bd537717bcd9ea234e11550c9a205.tar.bz2 midipix_build-513bee0a5e1bd537717bcd9ea234e11550c9a205.tar.xz |
hexcurse: link with -ltinfo as needed.
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
-rw-r--r-- | vars/build.vars | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vars/build.vars b/vars/build.vars index 60795340..62703039 100644 --- a/vars/build.vars +++ b/vars/build.vars @@ -1485,7 +1485,8 @@ tmux tzdb vim yabasic xcowsay xeyes xorriso xterm xwd"; : ${PKG_HASTYHEX_BUILD_STEPS_DISABLE:=install_make}; : ${PKG_HASTYHEX_INSTALL_FILES:="../hastyhex/hastyhex=bin/"}; : ${PKG_HEXCURSE_URLS_GIT:="hexcurse=https://github.com/LonnyGomes/hexcurse@master"}; -: ${PKG_HEXCURSE_CFLAGS_CONFIGURE_EXTRA:=-I${PREFIX_NATIVE}/include/ncursesw}; +: ${PKG_HEXCURSE_CFLAGS_CONFIGURE_EXTRA:=-I${PREFIX_NATIVE}/include/ncurses}; +: ${PKG_HEXCURSE_MAKEFLAGS_BUILD:="LIBS=-Wl,-lncurses,--as-needed,-ltinfo,--no-as-needed"}; : ${PKG_HTOP_SHA256SUM:=d9d6826f10ce3887950d709b53ee1d8c1849a70fa38e91d5896ad8cbc6ba3c57}; : ${PKG_HTOP_VERSION:=2.2.0}; : ${PKG_HTOP_URL:=http://hisham.hm/htop/releases/${PKG_HTOP_VERSION}/htop-${PKG_HTOP_VERSION}.tar.gz}; |