mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 11:03:49 +02:00
base-system: tweaks for musl builds.
This commit is contained in:
parent
0468529cf0
commit
4a0a153e37
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@ case "$XBPS_TARGET_MACHINE" in
|
||||||
*) depends+=" glibc-locales";;
|
*) depends+=" glibc-locales";;
|
||||||
esac
|
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";;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
build_options="systemd"
|
build_options="systemd"
|
||||||
|
|
Loading…
Add table
Reference in a new issue