glibc 2.39 has removed libcrypt completely.
solution: link against libxcrypt built with glibc compatibility.
Signed-off-by: Konstantin Demin <[email protected]>
PKG_NAME:=apr
PKG_VERSION:=1.7.5
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=@APACHE/apr/
define Package/libapr
SECTION:=libs
CATEGORY:=Libraries
- DEPENDS:=+libpthread +librt +libuuid
+ DEPENDS:= +USE_GLIBC:libcrypt-compat +libpthread +librt +libuuid
TITLE:=Apache Portable Runtime Library
URL:=https://apr.apache.org/
endef