xref: /OK3568_Linux_fs/buildroot/package/libxcrypt/libxcrypt.mk (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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