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";;
|
||||
esac
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686) depends+=" linux";;
|
||||
x86_64) depends+=" linux";;
|
||||
i686*) depends+=" linux";;
|
||||
x86_64*) depends+=" linux";;
|
||||
esac
|
||||
|
||||
build_options="systemd"
|
||||
|
|
Loading…
Reference in a new issue