From 4c8705a36895229e867939ef0a1be45cb1dca855 Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Mon, 15 Apr 2019 01:24:41 +0300 Subject: [PATCH] zlib: fix ndk-sysroot version in TERMUX_PKG_DEVPACKAGE_BREAKS --- packages/zlib/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/zlib/build.sh b/packages/zlib/build.sh index add4ce3051..b2b71a312e 100644 --- a/packages/zlib/build.sh +++ b/packages/zlib/build.sh @@ -2,10 +2,10 @@ TERMUX_PKG_HOMEPAGE=https://www.zlib.net/ TERMUX_PKG_DESCRIPTION="Compression library implementing the deflate compression method found in gzip and PKZIP" TERMUX_PKG_LICENSE="ZLIB" TERMUX_PKG_VERSION=1.2.11 -TERMUX_PKG_REVISION=1 +TERMUX_PKG_REVISION=2 TERMUX_PKG_SHA256=4ff941449631ace0d4d203e3483be9dbc9da454084111f97ea0a2114e19bf066 TERMUX_PKG_SRCURL=https://www.zlib.net/zlib-$TERMUX_PKG_VERSION.tar.xz -TERMUX_PKG_DEVPACKAGE_BREAKS="ndk-sysroot (<< 19b-2)" +TERMUX_PKG_DEVPACKAGE_BREAKS="ndk-sysroot (<< 19b-3)" termux_step_configure() { "$TERMUX_PKG_SRCDIR/configure" --prefix=$TERMUX_PREFIX