busybox: rebuild for libxcrypt

This commit is contained in:
oreo639 2023-08-30 13:19:16 -07:00 committed by classabbyamp
parent 13b4be2ae1
commit d0ff502fd1

View file

@ -1,7 +1,7 @@
# Template file for 'busybox'
pkgname=busybox
version=1.34.1
revision=4
revision=5
hostmakedepends="perl"
checkdepends="tar which zip"
short_desc="Swiss Army Knife of Embedded Linux"
@ -11,6 +11,10 @@ homepage="https://www.busybox.net"
distfiles="${homepage}/downloads/busybox-${version}.tar.bz2"
checksum=415fbd89e5344c96acf449d94a6f956dbed62e18e835fc83e064db33a34bd549
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
makedepends+=" libxcrypt-devel"
fi
_alternatives_core="
ash:ash:/usr/bin/busybox
awk:awk:/usr/bin/busybox