mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
libxcrypt: add mold as host dependency
Required since libxcrypt is now part of the toolchain. Signed-off-by: Andre Heider <a.heider@gmail.com>
This commit is contained in:
parent
9452f511f0
commit
74efdeaad4
@ -10,4 +10,8 @@ PKG_URL="https://github.com/besser82/libxcrypt/releases/download/v${PKG_VERSION}
|
||||
PKG_DEPENDS_TARGET="glibc"
|
||||
PKG_LONGDESC="Extended crypt library for descrypt, md5crypt, bcrypt, and others"
|
||||
|
||||
if [ "${MOLD_SUPPORT}" = "yes" ]; then
|
||||
PKG_DEPENDS_TARGET+=" mold:host"
|
||||
fi
|
||||
|
||||
PKG_CONFIGURE_OPTS_TARGET="--disable-obsolete-api"
|
||||
|
Loading…
x
Reference in New Issue
Block a user