base-system-busybox: Depend on glibc-locales when not built with musl
This commit is contained in:
parent
219c810bc5
commit
250c743ced
@ -1,7 +1,7 @@
|
|||||||
# Build template for 'base-system-busybox'.
|
# Build template for 'base-system-busybox'.
|
||||||
pkgname=base-system-busybox
|
pkgname=base-system-busybox
|
||||||
version=1.23.1
|
version=1.23.1
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="busybox-${version}"
|
wrksrc="busybox-${version}"
|
||||||
homepage="http://www.busybox.net"
|
homepage="http://www.busybox.net"
|
||||||
hostmakedepends="perl"
|
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
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
*-musl) depends+=" musl";;
|
*-musl) depends+=" musl";;
|
||||||
|
*) depends+=" glibc-locales";;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user