1################################################################################ 2# 3# libxcrypt 4# 5################################################################################ 6 7LIBXCRYPT_VERSION = 4.4.26 8LIBXCRYPT_SITE = $(call github,besser82,libxcrypt,v$(LIBXCRYPT_VERSION)) 9LIBXCRYPT_LICENSE = LGPL-2.1+ 10LIBXCRYPT_LICENSE_FILES = LICENSING COPYING.LIB 11LIBXCRYPT_INSTALL_STAGING = YES 12LIBXCRYPT_AUTORECONF = YES 13 14# Some warnings turn into errors with some sensitive compilers 15LIBXCRYPT_CONF_OPTS = --disable-werror 16 17# Disable obsolete and unsecure API 18LIBXCRYPT_CONF_OPTS += --disable-obsolete_api 19 20$(eval $(autotools-package)) 21