From a33a65372fcbedb85b501baf1d11827ab27b0a9c Mon Sep 17 00:00:00 2001 From: infamix <34374618+infamix@users.noreply.github.com> Date: Tue, 14 Jan 2020 19:10:22 +0100 Subject: [PATCH] Update build.sh --- root-packages/testdisk/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/root-packages/testdisk/build.sh b/root-packages/testdisk/build.sh index 04aa41a88..7a07bfc5a 100644 --- a/root-packages/testdisk/build.sh +++ b/root-packages/testdisk/build.sh @@ -14,8 +14,8 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS=" --without-ntfs3g --without-ntfs --without-reiserfs -CXXLIBS=-lncurses -ltinfo -CXXFLAGS=-Wall +CXXLIBS="-lncurses -ltinfo" +CXXFLAGS="-Wall" " TERMUX_PKG_BUILD_IN_SRC=true