mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 19:02:09 +00:00
libpam: adjust with glibc and libcrypt-compat
glibc 2.39 has removed libcrypt completely. solution: link against libxcrypt built with glibc compatibility. Signed-off-by: Konstantin Demin <rockdrilla@gmail.com>
This commit is contained in:
committed by
Josef Schlehofer
parent
b81dac7625
commit
f4a19ebec7
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=libpam
|
||||
PKG_VERSION:=1.7.1
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=Linux-PAM-$(PKG_VERSION).tar.xz
|
||||
PKG_SOURCE_URL:=https://github.com/linux-pam/linux-pam/releases/download/v$(PKG_VERSION)
|
||||
@@ -33,6 +33,7 @@ define Package/libpam
|
||||
CATEGORY:=Libraries
|
||||
TITLE:=the Linux-PAM libraries and modules.
|
||||
URL:=http://www.kernel.org/pub/linux/libs/pam
|
||||
DEPENDS:= +USE_GLIBC:libcrypt-compat
|
||||
endef
|
||||
|
||||
define Package/libpam/description
|
||||
|
||||
Reference in New Issue
Block a user