From: Fredrik Fornwall Date: Sun, 24 Jul 2016 11:31:35 +0000 (-0400) Subject: ndk-sysroot: Bump revision after fd_mask patch X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/termux-packages/commitdiff_plain/817dedcd676d277540127cbd777f9c4a892e2174 ndk-sysroot: Bump revision after fd_mask patch --- diff --git a/packages/ndk-sysroot/build.sh b/packages/ndk-sysroot/build.sh index ba64d059..2b15d2e7 100644 --- a/packages/ndk-sysroot/build.sh +++ b/packages/ndk-sysroot/build.sh @@ -1,7 +1,7 @@ TERMUX_PKG_HOMEPAGE=https://developer.android.com/tools/sdk/ndk/index.html TERMUX_PKG_DESCRIPTION="System header and library files from the Android NDK needed for compiling C programs" TERMUX_PKG_VERSION=$TERMUX_NDK_VERSION -TERMUX_PKG_BUILD_REVISION=2 +TERMUX_PKG_BUILD_REVISION=3 TERMUX_PKG_NO_DEVELSPLIT=yes # Depend on libandroid-support-dev so that iconv.h and libintl.h are available: TERMUX_PKG_DEPENDS="libandroid-support-dev"