busybox: rebuild for glibc

Something in busybox-static is broken after the glibc update; dropbear
in a mkinitcpio initramfs disconnects users immediately after login. A
rebuild seems to fix the problem.
This commit is contained in:
Andrew J. Hesford 2022-12-19 22:54:49 -05:00
parent cfdd5a16e0
commit 481582768e
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'busybox'
pkgname=busybox
version=1.34.1
revision=2
revision=3
hostmakedepends="perl"
checkdepends="tar which zip"
short_desc="Swiss Army Knife of Embedded Linux"