Fix dns resolution for libstrophe
This commit is contained in:
parent
a3fe7ce09c
commit
ac8a80eed6
@ -5,8 +5,9 @@ TERMUX_PKG_MAINTAINER="@termux"
|
||||
TERMUX_PKG_VERSION=0.10.1
|
||||
TERMUX_PKG_SRCURL=https://github.com/strophe/libstrophe/releases/download/${TERMUX_PKG_VERSION}/libstrophe-${TERMUX_PKG_VERSION}.tar.gz
|
||||
TERMUX_PKG_SHA256=4918c47029ecdea2deab4b0f9336ca4a8bb12c28b72b2cec397d98664b94c771
|
||||
TERMUX_PKG_DEPENDS="openssl, libexpat"
|
||||
TERMUX_PKG_DEPENDS="openssl, libexpat, c-ares"
|
||||
TERMUX_PKG_BUILD_IN_SRC=true
|
||||
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--enable-cares"
|
||||
|
||||
termux_step_pre_configure() {
|
||||
./bootstrap.sh
|
||||
|
Loading…
Reference in New Issue
Block a user