mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 01:12:58 +02:00
base-system: on musl do not depend on glibc-locales :-)
This commit is contained in:
parent
e8767f04ef
commit
0463ac2e4f
1 changed files with 5 additions and 1 deletions
|
@ -9,7 +9,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="Public domain"
|
license="Public domain"
|
||||||
|
|
||||||
depends="
|
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
|
dash bash grep gzip file sed gawk less util-linux which tar man-pages
|
||||||
openbsd-man shadow e2fsprogs btrfs-progs xfsprogs f2fs-tools dosfstools
|
openbsd-man shadow e2fsprogs btrfs-progs xfsprogs f2fs-tools dosfstools
|
||||||
psmisc procps-ng tzdata pciutils iana-etc openssh dhcpcd
|
psmisc procps-ng tzdata pciutils iana-etc openssh dhcpcd
|
||||||
|
@ -17,6 +17,10 @@ depends="
|
||||||
void-artwork traceroute ethtool kmod
|
void-artwork traceroute ethtool kmod
|
||||||
$(vopt_if systemd systemd 'eudev runit-void')"
|
$(vopt_if systemd systemd 'eudev runit-void')"
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
*-musl);;
|
||||||
|
*) depends+=" glib-locales";;
|
||||||
|
esac
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
i686) depends+=" linux";;
|
i686) depends+=" linux";;
|
||||||
x86_64) depends+=" linux";;
|
x86_64) depends+=" linux";;
|
||||||
|
|
Loading…
Add table
Reference in a new issue