projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c647347
)
libcli: adjust with glibc and libcrypt-compat
author
Konstantin Demin
<
[email protected]
>
Fri, 4 Jul 2025 07:51:40 +0000
(10:51 +0300)
committer
Josef Schlehofer
<
[email protected]
>
Mon, 14 Jul 2025 08:40:15 +0000
(10:40 +0200)
glibc 2.39 has removed libcrypt completely.
solution: link against libxcrypt built with glibc compatibility.
Signed-off-by: Konstantin Demin <
[email protected]
>
libs/libcli/Makefile
patch
|
blob
|
history
diff --git
a/libs/libcli/Makefile
b/libs/libcli/Makefile
index 7b506235020cd27c2bedb10b405a43edef16ca05..02cbe6384fd984f4e391a0475f339f6970702821 100644
(file)
--- a/
libs/libcli/Makefile
+++ b/
libs/libcli/Makefile
@@
-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