Skip to content

Commit f0e7868

Browse files
rockdrillahauke
authored andcommitted
busybox: 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 <[email protected]> Link: openwrt/openwrt#19293 Signed-off-by: Hauke Mehrtens <[email protected]>
1 parent 3a18848 commit f0e7868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/utils/busybox/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ define Package/busybox/Default
4848
MAINTAINER:=Felix Fietkau <[email protected]>
4949
TITLE:=Core utilities for embedded Linux
5050
URL:=http://busybox.net/
51-
DEPENDS:=+BUSYBOX_CONFIG_PAM:libpam +BUSYBOX_CONFIG_NTPD:jsonfilter +(USE_GLIBC&&BUSYBOX_CONFIG_FEATURE_MOUNT_NFS)||(USE_GLIBC&&BUSYBOX_CONFIG_FEATURE_INETD_RPC):libtirpc
51+
DEPENDS:= +USE_GLIBC:libcrypt-compat +BUSYBOX_CONFIG_PAM:libpam +BUSYBOX_CONFIG_NTPD:jsonfilter +(USE_GLIBC&&BUSYBOX_CONFIG_FEATURE_MOUNT_NFS)||(USE_GLIBC&&BUSYBOX_CONFIG_FEATURE_INETD_RPC):libtirpc
5252
USERID:=ntp=123:ntp=123
5353
endef
5454

0 commit comments

Comments
 (0)