1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-26 22:37:19 +00:00

httrack: Depend on libiconv, not libandroid-support

Should fix a build failure.
This commit is contained in:
Fredrik Fornwall 2019-08-07 22:08:26 +02:00
parent 000c2ec8fe
commit 9e99a97b3f

View File

@ -6,7 +6,7 @@ TERMUX_PKG_VERSION=3.49.2
TERMUX_PKG_REVISION=7
TERMUX_PKG_SRCURL=http://mirror.httrack.com/historical/httrack-$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=3477a0e5568e241c63c9899accbfcdb6aadef2812fcce0173688567b4c7d4025
TERMUX_PKG_DEPENDS="libandroid-support, openssl, zlib"
TERMUX_PKG_DEPENDS="libiconv, openssl, zlib"
TERMUX_PKG_BREAKS="httrack-dev"
TERMUX_PKG_REPLACES="httrack-dev"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-zlib=$TERMUX_PREFIX"