testdisk: link against libandroid-glob
And no need to build in src anymore it seems.
This commit is contained in:
parent
5359f9594d
commit
7ce34d2a1f
@ -6,7 +6,7 @@ TERMUX_PKG_VERSION=7.1
|
||||
TERMUX_PKG_REVISION=1
|
||||
TERMUX_PKG_SRCURL=https://www.cgsecurity.org/testdisk-${TERMUX_PKG_VERSION}.tar.bz2
|
||||
TERMUX_PKG_SHA256=1413c47569e48c5b22653b943d48136cb228abcbd6f03da109c4df63382190fe
|
||||
TERMUX_PKG_DEPENDS="libuuid, zlib, libjpeg-turbo, libiconv, ncurses"
|
||||
TERMUX_PKG_DEPENDS="libuuid, zlib, libjpeg-turbo, libiconv, ncurses, libandroid-glob"
|
||||
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
|
||||
--bindir=$TERMUX_PREFIX/bin
|
||||
--sysconfdir=$TERMUX_PREFIX/etc
|
||||
@ -16,9 +16,11 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
|
||||
--without-ntfs3g
|
||||
--without-ntfs
|
||||
--without-reiserfs
|
||||
CXXLIBS=-lncurses
|
||||
"
|
||||
TERMUX_PKG_BUILD_IN_SRC=true
|
||||
|
||||
termux_step_pre_configure() {
|
||||
export LIBS="-lncurses -landroid-glob"
|
||||
}
|
||||
|
||||
termux_step_make() {
|
||||
make -j2 static
|
||||
|
Loading…
Reference in New Issue
Block a user