libidn2: Do not configure with --disable-doc
Removing --disable-doc gets us the idn2 manpage. Also, remove --enable-static=no since build-package.sh already configures with --disable-static.
This commit is contained in:
parent
3c5858d640
commit
de89bd2bc9
@ -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…
x
Reference in New Issue
Block a user