From: Konstantin Demin Date: Fri, 4 Jul 2025 08:03:14 +0000 (+0300) Subject: libpcap: adjust with glibc and libcrypt-compat X-Git-Tag: v25.12.0-rc1~2002 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34c2e7701a9a;p=thirdparty%2Fopenwrt.git libpcap: 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 Link: https://github.com/openwrt/openwrt/pull/19293 Signed-off-by: Hauke Mehrtens --- diff --git a/package/libs/libpcap/Makefile b/package/libs/libpcap/Makefile index 052358b1f5c..434a43247a0 100644 --- a/package/libs/libpcap/Makefile +++ b/package/libs/libpcap/Makefile @@ -54,7 +54,7 @@ define Package/rpcapd CATEGORY:=Network TITLE:=Capture daemon to be controlled by a remote libpcap application URL:=http://www.tcpdump.org/ - DEPENDS+= +libpcap + DEPENDS+= +USE_GLIBC:libcrypt-compat +libpcap endef ifdef CONFIG_PACKAGE_rpcapd