summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2019-08-20 00:31:56 +0000
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2019-08-20 08:26:13 +0000
commitb8552f1e5793fcc2775d2492d3d40e8a5cae5507 (patch)
tree654121884a17156e0fad7ed16143c3632fa1651e
parentafcc468bd1aaf7edd5dcedf9591a3134074f9520 (diff)
downloadmidipix_build-b8552f1e5793fcc2775d2492d3d40e8a5cae5507.tar.bz2
midipix_build-b8552f1e5793fcc2775d2492d3d40e8a5cae5507.tar.xz
hexcurse: fix linking semantics of libtinfo.
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
-rw-r--r--vars/build.vars2
1 files changed, 1 insertions, 1 deletions
diff --git a/vars/build.vars b/vars/build.vars
index 058d1ccd..e0c5fd62 100644
--- a/vars/build.vars
+++ b/vars/build.vars
@@ -1488,7 +1488,7 @@ tmux tzdb vim yabasic xcowsay xeyes xorriso xterm xwd";
: ${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/ncurses};
-: ${PKG_HEXCURSE_MAKEFLAGS_BUILD:="LIBS=-Wl,-lncurses,--as-needed,-ltinfo,--no-as-needed"};
+: ${PKG_HEXCURSE_MAKEFLAGS_BUILD:="LIBS=-Wl,-lncurses,-ltinfo"};
: ${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};