ddrescue: Bump to 1.27

This commit is contained in:
Tee KOBAYASHI 2023-01-24 13:07:28 +09:00 committed by xtkoba
parent 04083636dc
commit 8b0f269e80
2 changed files with 4 additions and 3 deletions

View File

@ -2,7 +2,7 @@ TERMUX_PKG_HOMEPAGE=https://www.gnu.org/software/ddrescue/
TERMUX_PKG_DESCRIPTION="GNU data recovery tool"
TERMUX_PKG_LICENSE="GPL-3.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=1.26
TERMUX_PKG_VERSION=1.27
TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/ddrescue/ddrescue-${TERMUX_PKG_VERSION}.tar.lz
TERMUX_PKG_SHA256=e513cd3a90d9810dfdd91197d40aa40f6df01597bfb5ecfdfb205de1127c551f
TERMUX_PKG_SHA256=38c80c98c5a44f15e53663e4510097fd68d6ec20758efdf3a925037c183232eb
TERMUX_PKG_DEPENDS="libc++"

View File

@ -1,6 +1,6 @@
--- a/configure
+++ b/configure
@@ -15,19 +15,18 @@
@@ -15,20 +15,19 @@
LC_ALL=C
export LC_ALL
srcdir=
@ -18,6 +18,7 @@
-LDFLAGS=
+CXXFLAGS?='-Wall -W -O2'
+LDFLAGS?=
MAKEINFO=makeinfo
# checking whether we are using GNU C++.
-/bin/sh -c "${CXX} --version" > /dev/null 2>&1 || { CXX=c++ ; CXXFLAGS=-O2 ; }