From b64c7f9449c7b5f8121f39d5b83f3ad16ea1042a Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Fri, 3 May 2019 17:25:52 +0300 Subject: [PATCH] gdb: rebuild due to versioned liblzma --- packages/gdb/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gdb/build.sh b/packages/gdb/build.sh index 4c38a7813..7f3c0b141 100644 --- a/packages/gdb/build.sh +++ b/packages/gdb/build.sh @@ -3,7 +3,7 @@ TERMUX_PKG_DESCRIPTION="The standard GNU Debugger that runs on many Unix-like sy TERMUX_PKG_LICENSE="GPL-3.0" TERMUX_PKG_DEPENDS="liblzma, libexpat, readline, ncurses, libmpfr, zlib" TERMUX_PKG_VERSION=8.2.1 -TERMUX_PKG_REVISION=3 +TERMUX_PKG_REVISION=4 TERMUX_PKG_SHA256=0a6a432907a03c5c8eaad3c3cffd50c00a40c3a5e3c4039440624bae703f2202 TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/gdb/gdb-${TERMUX_PKG_VERSION}.tar.xz # gdb can not build with our normal --disable-static: https://sourceware.org/bugzilla/show_bug.cgi?id=15916