w3m: Fix 64-bit build
This commit is contained in:
parent
f98f7adc18
commit
6c79834fb1
@ -4,4 +4,6 @@ TERMUX_PKG_VERSION=0.5.3
|
||||
TERMUX_PKG_SRCURL=http://downloads.sourceforge.net/project/w3m/w3m/w3m-$TERMUX_PKG_VERSION/w3m-${TERMUX_PKG_VERSION}.tar.gz
|
||||
TERMUX_PKG_BUILD_IN_SRC=yes
|
||||
TERMUX_PKG_DEPENDS="libgc, ncurses, openssl"
|
||||
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="ac_cv_func_setpgrp_void=yes"
|
||||
# ac_cv_func_bcopy=yes to avoid w3m defining it's own bcopy function, which
|
||||
# breaks 64-bit builds where NDK headers define bcopy as a mactro:
|
||||
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="ac_cv_func_setpgrp_void=yes ac_cv_func_bcopy=yes"
|
||||
|
Loading…
Reference in New Issue
Block a user