mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-02-07 18:39:53 +00:00
18 lines
654 B
Makefile
18 lines
654 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
# Copyright (C) 2023-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="libxcrypt"
|
|
PKG_VERSION="4.4.38"
|
|
PKG_SHA256="80304b9c306ea799327f01d9a7549bdb28317789182631f1b54f4511b4206dd6"
|
|
PKG_LICENSE="LGPL-2.1"
|
|
PKG_SITE="https://github.com/besser82/libxcrypt"
|
|
PKG_URL="https://github.com/besser82/libxcrypt/releases/download/v${PKG_VERSION}/${PKG_NAME}-${PKG_VERSION}.tar.xz"
|
|
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"
|