base-system: tweaks for musl builds.
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user