X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/98ee2c5ea19de147547406fc3ac0128171f8242e..2dfeda5fbf89b343d8a8e0890815ec563f23d3fe:/packages/direvent/build.sh diff --git a/packages/direvent/build.sh b/packages/direvent/build.sh index 3717d12f..a6c96e7c 100644 --- a/packages/direvent/build.sh +++ b/packages/direvent/build.sh @@ -4,4 +4,6 @@ TERMUX_PKG_VERSION=5.1 TERMUX_PKG_SRCURL=http://ftp.gnu.org/gnu/direvent/direvent-${TERMUX_PKG_VERSION}.tar.gz TERMUX_PKG_DEPENDS="libandroid-glob" -LDFLAGS+=" -llog -landroid-glob" +termux_step_pre_configure() { + LDFLAGS+=" -llog -landroid-glob" +}