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:
Andre Heider 2023-10-10 22:31:38 +02:00
parent 9452f511f0
commit 74efdeaad4

View File

@ -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"