diff options
author | midipix <writeonce@midipix.org> | 2019-08-19 15:45:57 +0000 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2019-08-20 09:52:02 +0000 |
commit | 5e3bc831afddf98e154fa53f1af289e3223b3f1f (patch) | |
tree | 05ddd77dbd88190f4b33802220f80883e6869509 | |
parent | b8552f1e5793fcc2775d2492d3d40e8a5cae5507 (diff) | |
download | midipix_build-5e3bc831afddf98e154fa53f1af289e3223b3f1f.tar.bz2 midipix_build-5e3bc831afddf98e154fa53f1af289e3223b3f1f.tar.xz |
lynx: adjust CFLAGS following upgrade to ncurses-6.1.
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
-rw-r--r-- | vars/build.vars | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vars/build.vars b/vars/build.vars index e0c5fd62..90b2c3d9 100644 --- a/vars/build.vars +++ b/vars/build.vars @@ -1697,7 +1697,7 @@ mailutils mtr mutt microsocks nginx openlitespeed openssh pacman rsync socat tht : ${PKG_LYNX_SHA256SUM:=6980e75cf0d677fd52c116e2e0dfd3884e360970c88c8356a114338500d5bee7}; : ${PKG_LYNX_VERSION:=2.8.8rel.2}; : ${PKG_LYNX_URL:=https://ftp.osuosl.org/pub/blfs/conglomeration/lynx/lynx${PKG_LYNX_VERSION}.tar.bz2}; -: ${PKG_LYNX_CFLAGS_CONFIGURE_EXTRA:="-I${PREFIX_NATIVE}/include -I${PREFIX_NATIVE}/include/ncursesw"}; +: ${PKG_LYNX_CFLAGS_CONFIGURE_EXTRA:="-I${PREFIX_NATIVE}/include -I${PREFIX_NATIVE}/include/ncursesw -DNCURSES_INTERNALS"}; : ${PKG_LYNX_CONFIGURE_ARGS_EXTRA:=--with-ssl}; : ${PKG_LYNX_SUBDIR:=lynx2-8-8}; : ${PKG_MAILUTILS_SHA256SUM:=f39f528cf6eebc9a045658bd98c86619002f06df4664647e4f78e27e90c62173}; |