mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
libdht: 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
2928b161d5
commit
b81dac7625
@@ -1,7 +1,7 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=libdht
|
PKG_NAME:=libdht
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_URL:=https://github.com/jech/dht
|
PKG_SOURCE_URL:=https://github.com/jech/dht
|
||||||
@@ -20,6 +20,7 @@ define Package/libdht
|
|||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE:=Kademlia Distributed Hash Table (DHT) library
|
TITLE:=Kademlia Distributed Hash Table (DHT) library
|
||||||
|
DEPENDS:= +USE_GLIBC:libcrypt-compat
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
|
|||||||
Reference in New Issue
Block a user