diff options
author | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2019-08-19 13:18:40 +0000 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2019-08-19 13:18:40 +0000 |
commit | e343b6fa2393c38d67ba9b92a7135d1b835e1177 (patch) | |
tree | 161b50184b7e31fb4a28159f31f1266207ce4798 | |
parent | b0951fbee2dd53ca3f104ae99f889c6b8e3bdcc5 (diff) | |
download | midipix_build-e343b6fa2393c38d67ba9b92a7135d1b835e1177.tar.bz2 midipix_build-e343b6fa2393c38d67ba9b92a7135d1b835e1177.tar.xz |
vars/build.vars:ncdu:${PKG_ENV_VARS_EXTRA}: build w/ LIBS=-lncursesw -ltinfo.
-rw-r--r-- | vars/build.vars | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vars/build.vars b/vars/build.vars index 6de9a939..edc9af64 100644 --- a/vars/build.vars +++ b/vars/build.vars @@ -1552,6 +1552,7 @@ fi; : ${PKG_NCDU_SHA256SUM:=c694783aab21e27e64baad314b7c1ff34541bfa219fe9645ef6780f1c5558c44}; : ${PKG_NCDU_VERSION:=1.14}; : ${PKG_NCDU_URL:=https://dev.yorhel.nl/download/ncdu-${PKG_NCDU_VERSION}.tar.gz}; +: ${PKG_NCDU_ENV_VARS_EXTRA:=LIBS=-lncursesw -ltinfo}; : ${PKG_MINTTY_URLS_GIT:="mintty=https://github.com/midipix-ports/mintty.git@midipix bmintty=https://github.com/midipix-ports/bmintty.git@main"}; : ${PKG_MINTTY_CONFIGURE:=bmintty/configure}; : ${PKG_MINTTY_CONFIGURE_ARGS:="--debug --strict --target=${DEFAULT_TARGET} --source-dir=../mintty --prefix="}; |