mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 19:02:09 +00:00
xinetd: 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
ddd4d610d6
commit
df47b40ee8
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=xinetd
|
||||
PKG_VERSION:=2.3.15
|
||||
PKG_RELEASE:=16
|
||||
PKG_RELEASE:=17
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_VERSION:=$(PKG_NAME)-2-3-15
|
||||
@@ -30,6 +30,7 @@ define Package/xinetd
|
||||
CATEGORY:=Network
|
||||
TITLE:=A powerful and secure super-server
|
||||
URL:=https://github.com/xinetd-org
|
||||
DEPENDS:= +USE_GLIBC:libcrypt-compat
|
||||
endef
|
||||
|
||||
define Package/xinetd/description
|
||||
|
||||
Reference in New Issue
Block a user