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:
fc3a49b
)
cscope: -Werror=implicit-function-declaration
author
Fredrik Fornwall
<fredrik@fornwall.net>
Fri, 7 Jul 2017 07:17:23 +0000
(09:17 +0200)
committer
Fredrik Fornwall
<fredrik@fornwall.net>
Fri, 7 Jul 2017 07:17:23 +0000
(09:17 +0200)
packages/cscope/build.sh
patch
|
blob
|
blame
|
history
diff --git
a/packages/cscope/build.sh
b/packages/cscope/build.sh
index 562ff970f492be7f7d66471d44ec825050531f86..70d7d35ec908963d81a6cc43cbcb34ed86a4b982 100644
(file)
--- a/
packages/cscope/build.sh
+++ b/
packages/cscope/build.sh
@@
-4,7
+4,11
@@
TERMUX_PKG_VERSION=15.8b
TERMUX_PKG_SRCURL=https://downloads.sourceforge.net/project/cscope/cscope/${TERMUX_PKG_VERSION}/cscope-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=4889d091f05aa0845384b1e4965aa31d2b20911fb2c001b2cdcffbcb7212d3af
TERMUX_PKG_DEPENDS="ncurses"
-TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-ncurses=$TERMUX_PREFIX"
+TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
+hw_cv_func_snprintf_c99=yes
+hw_cv_func_vsnprintf_c99=yes
+--with-ncurses=$TERMUX_PREFIX
+"
termux_step_pre_configure() {
export LEXLIB=""