libzen: link against libandroid-support to fix segfault

Fixes https://github.com/termux/termux-packages/issues/5124
This commit is contained in:
Henrik Grimler 2020-04-06 07:52:14 +02:00
parent d3bf4f7621
commit f097bfaa80
1 changed files with 2 additions and 2 deletions

View File

@ -2,10 +2,10 @@ TERMUX_PKG_HOMEPAGE=https://mediaarea.net/en/MediaInfo
TERMUX_PKG_DESCRIPTION="ZenLib C++ utility library"
TERMUX_PKG_LICENSE="ZLIB"
TERMUX_PKG_VERSION=0.4.38
TERMUX_PKG_REVISION=1
TERMUX_PKG_REVISION=2
TERMUX_PKG_SRCURL=https://mediaarea.net/download/source/libzen/${TERMUX_PKG_VERSION}/libzen_${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=ad98fccec235ed76a40e7da8856f0bcc9c8d07cafe4c3ce30c47407760add786
TERMUX_PKG_DEPENDS=libandroid-glob
TERMUX_PKG_DEPENDS="libandroid-glob, libandroid-support"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--enable-shared --enable-static"
termux_step_pre_configure() {