man: Fix build after the build-package.sh rewrite

This commit is contained in:
Fredrik Fornwall 2017-01-07 00:17:42 -05:00
parent b0c6041dcc
commit a3f2fff585
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ TERMUX_PKG_DEPENDS="less,libandroid-glob,libsqlite"
TERMUX_PKG_BUILD_IN_SRC=yes
TERMUX_PKG_RM_AFTER_INSTALL="share/examples"
termux_step_post_extract_package () {
termux_step_pre_configure () {
cd $TERMUX_PKG_SRCDIR
LDFLAGS+=" -landroid-glob"
echo "PREFIX=\"$TERMUX_PREFIX\"" > configure.local