Browse Source
The libintl.so library was a symlink to libandroid-support. We now provide the functions inline in libintl.h so libintl.so has been removed. Fixes #1283.android-5
5 changed files with 7 additions and 4 deletions
@ -1,6 +1,7 @@ |
|||
TERMUX_PKG_HOMEPAGE=https://www.gnu.org/software/sharutils/ |
|||
TERMUX_PKG_DESCRIPTION="Utilities for packaging and unpackaging shell archives" |
|||
TERMUX_PKG_VERSION=4.15.2 |
|||
TERMUX_PKG_REVISION=1 |
|||
TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/sharutils/sharutils-${TERMUX_PKG_VERSION}.tar.xz |
|||
TERMUX_PKG_SHA256=2b05cff7de5d7b646dc1669bc36c35fdac02ac6ae4b6c19cb3340d87ec553a9a |
|||
TERMUX_PKG_DEPENDS="libandroid-support" |
|||
|
Loading…
Reference in new issue