mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
busybox: rebuild for libxcrypt
This commit is contained in:
parent
13b4be2ae1
commit
d0ff502fd1
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue