Browse Source
Removing --disable-doc gets us the idn2 manpage. Also, remove --enable-static=no since build-package.sh already configures with --disable-static.android-5
Fredrik Fornwall
7 years ago
1 changed files with 2 additions and 2 deletions
@ -1,8 +1,8 @@ |
|||
TERMUX_PKG_HOMEPAGE=https://www.gnu.org/software/libidn/#libidn2 |
|||
TERMUX_PKG_DESCRIPTION="Free software implementation of IDNA2008, Punycode and TR46" |
|||
TERMUX_PKG_VERSION=2.0.5 |
|||
TERMUX_PKG_MAINTAINER="lokesh @hax4us" |
|||
TERMUX_PKG_DEPENDS="libunistring, libandroid-support" |
|||
TERMUX_PKG_VERSION=2.0.5 |
|||
TERMUX_PKG_REVISION=1 |
|||
TERMUX_PKG_SHA256=53f69170886f1fa6fa5b332439c7a77a7d22626a82ef17e2c1224858bb4ca2b8 |
|||
TERMUX_PKG_SRCURL=https://ftp.gnu.org/gnu/libidn/libidn2-${TERMUX_PKG_VERSION}.tar.gz |
|||
TERMUX_PKG_EXTRA_CONFIGURE_ARGS=" --disable-doc --enable-static=no" |
Loading…
Reference in new issue