base-system: on musl do not depend on glibc-locales :-)
This commit is contained in:
parent
e8767f04ef
commit
0463ac2e4f
|
@ -9,7 +9,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
license="Public domain"
|
||||
|
||||
depends="
|
||||
base-files>=0.77 ncurses coreutils findutils glibc-locales diffutils
|
||||
base-files>=0.77 ncurses coreutils findutils diffutils
|
||||
dash bash grep gzip file sed gawk less util-linux which tar man-pages
|
||||
openbsd-man shadow e2fsprogs btrfs-progs xfsprogs f2fs-tools dosfstools
|
||||
psmisc procps-ng tzdata pciutils iana-etc openssh dhcpcd
|
||||
|
@ -17,6 +17,10 @@ depends="
|
|||
void-artwork traceroute ethtool kmod
|
||||
$(vopt_if systemd systemd 'eudev runit-void')"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl);;
|
||||
*) depends+=" glib-locales";;
|
||||
esac
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686) depends+=" linux";;
|
||||
x86_64) depends+=" linux";;
|
||||
|
|
Loading…
Reference in New Issue
Block a user