chiark
/
gitweb
/
~mdw
/
termux-packages
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
26bee40
)
ncurses: Update from 6.0.20171216 to 6.1.20180129
author
Fredrik Fornwall
<fredrik@fornwall.net>
Wed, 31 Jan 2018 10:15:34 +0000
(11:15 +0100)
committer
Fredrik Fornwall
<fredrik@fornwall.net>
Wed, 31 Jan 2018 10:15:34 +0000
(11:15 +0100)
packages/ncurses/build.sh
patch
|
blob
|
blame
|
history
diff --git
a/packages/ncurses/build.sh
b/packages/ncurses/build.sh
index b446a2ea1b098b7f47ee9ef58b1fd3e5d0df18a5..4f137dce8c68eecbfb239dc26ec99e1ca25fd6f7 100755
(executable)
--- a/
packages/ncurses/build.sh
+++ b/
packages/ncurses/build.sh
@@
-1,11
+1,13
@@
TERMUX_PKG_HOMEPAGE=http://invisible-island.net/ncurses/
TERMUX_PKG_DESCRIPTION="Library for text-based user interfaces in a terminal-independent manner"
TERMUX_PKG_HOMEPAGE=http://invisible-island.net/ncurses/
TERMUX_PKG_DESCRIPTION="Library for text-based user interfaces in a terminal-independent manner"
-TERMUX_PKG_VERSION=6.
0.20171216
-TERMUX_PKG_SHA256=
ef0189b3cad00d234f7f275cc98cc69e373f97ea598a6ba93cd99445e0603023
+TERMUX_PKG_VERSION=6.
1.20180129
+TERMUX_PKG_SHA256=
6a1d56f6fec4317ea653f21b09d0f7475b97a971c0a91244003808a38826a88f
TERMUX_PKG_SRCURL=http://invisible-mirror.net/archives/ncurses/current/ncurses-${TERMUX_PKG_VERSION:0:3}-${TERMUX_PKG_VERSION:4}.tgz
# --without-normal disables static libraries:
TERMUX_PKG_SRCURL=http://invisible-mirror.net/archives/ncurses/current/ncurses-${TERMUX_PKG_VERSION:0:3}-${TERMUX_PKG_VERSION:4}.tgz
# --without-normal disables static libraries:
+# --disable-stripping to disable -s argument to install which does not work when cross compiling:
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
ac_cv_header_locale_h=no
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
ac_cv_header_locale_h=no
+--disable-stripping
--enable-const
--enable-ext-colors
--enable-ext-mouse
--enable-const
--enable-ext-colors
--enable-ext-mouse