Merge pull request #1182 from nmeum/base-system-busybox
base-system-busybox: Depend on glibc-locales when not built with musl
This commit is contained in:
commit
dfffdedeea
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Build template for 'base-system-busybox'.
|
||||
pkgname=base-system-busybox
|
||||
version=1.23.1
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="busybox-${version}"
|
||||
homepage="http://www.busybox.net"
|
||||
hostmakedepends="perl"
|
||||
|
@ -34,6 +34,7 @@ depends="base-files runit-void xbps kbd eudev shadow kmod ncurses-base procps-ng
|
|||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl) depends+=" musl";;
|
||||
*) depends+=" glibc-locales";;
|
||||
esac
|
||||
|
||||
pre_build() {
|
||||
|
|
Loading…
Reference in a new issue