mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
libidn2: allow for host builds
This commit is contained in:
parent
8764c6fc05
commit
209e8d9929
@ -7,13 +7,17 @@ PKG_SHA256="93caba72b4e051d1f8d4f5a076ab63c99b77faee019b72b9783b267986dbb45f"
|
||||
PKG_LICENSE="LGPL3"
|
||||
PKG_SITE="https://www.gnu.org/software/libidn/"
|
||||
PKG_URL="https://ftpmirror.gnu.org/gnu/libidn/libidn2-${PKG_VERSION}.tar.gz"
|
||||
PKG_DEPENDS_HOST="toolchain:host"
|
||||
PKG_DEPENDS_TARGET="toolchain"
|
||||
PKG_LONGDESC="Free software implementation of IDNA2008, Punycode and TR46."
|
||||
|
||||
PKG_CONFIGURE_OPTS_TARGET="--disable-doc \
|
||||
PKG_CONFIGURE_OPTS_COMMON="--disable-doc \
|
||||
--enable-shared \
|
||||
--disable-static"
|
||||
|
||||
PKG_CONFIGURE_OPTS_HOST="${PKG_CONFIGURE_OPTS_COMMON}"
|
||||
PKG_CONFIGURE_OPTS_TARGET="${PKG_CONFIGURE_OPTS_COMMON}"
|
||||
|
||||
post_makeinstall_target() {
|
||||
safe_remove ${INSTALL}/usr/bin
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user