libxcrypt: disable obsolete api

This commit is contained in:
Rudi Heitbaum 2023-08-01 10:40:44 +00:00
parent 6366053a68
commit d5b87a6cd1

View File

@ -9,3 +9,5 @@ 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"
PKG_CONFIGURE_OPTS_TARGET="--disable-obsolete-api"