mirror of
https://github.com/openwrt/packages.git
synced 2025-12-10 12:41:22 +00:00
libcli: 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
c6473474e5
commit
2928b161d5
@@ -6,6 +6,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=libcli
|
||||
PKG_VERSION:=1.10.7
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_VERSION:=V$(PKG_VERSION)
|
||||
@@ -25,6 +26,7 @@ define Package/libcli
|
||||
CATEGORY:=Libraries
|
||||
TITLE:=libcli
|
||||
URL:=https://dparrish.com/link/libcli
|
||||
DEPENDS:= +USE_GLIBC:libcrypt-compat
|
||||
endef
|
||||
|
||||
define Package/libcli/description
|
||||
|
||||
Reference in New Issue
Block a user