mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
libidn2: update to 2.1.1a, disable doc, static libs and idn2 binary
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
This commit is contained in:
parent
c0ed05c6f6
commit
58fc3e7ea9
@ -2,10 +2,18 @@
|
|||||||
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
PKG_NAME="libidn2"
|
PKG_NAME="libidn2"
|
||||||
PKG_VERSION="2.1.0"
|
PKG_VERSION="2.1.1a"
|
||||||
PKG_SHA256="032398dbaa9537af43f51a8d94e967e3718848547b1b2a4eb3138b20cad11d32"
|
PKG_SHA256="57666bcf6ecf54230d7bac95c392379561954b57a673903aed4d3336b3048b72"
|
||||||
PKG_LICENSE="LGPL3"
|
PKG_LICENSE="LGPL3"
|
||||||
PKG_SITE="https://www.gnu.org/software/libidn/"
|
PKG_SITE="https://www.gnu.org/software/libidn/"
|
||||||
PKG_URL="http://ftpmirror.gnu.org/gnu/libidn/libidn2-$PKG_VERSION.tar.gz"
|
PKG_URL="http://ftpmirror.gnu.org/gnu/libidn/libidn2-$PKG_VERSION.tar.gz"
|
||||||
PKG_DEPENDS_TARGET="toolchain"
|
PKG_DEPENDS_TARGET="toolchain"
|
||||||
PKG_LONGDESC="Free software implementation of IDNA2008, Punycode and TR46."
|
PKG_LONGDESC="Free software implementation of IDNA2008, Punycode and TR46."
|
||||||
|
|
||||||
|
PKG_CONFIGURE_OPTS_TARGET="--disable-doc \
|
||||||
|
--enable-shared \
|
||||||
|
--disable-static"
|
||||||
|
|
||||||
|
post_makeinstall_target() {
|
||||||
|
safe_remove ${INSTALL}/usr/bin
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user