mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
chromium: broken on aarch64
This commit is contained in:
parent
84cc5ba213
commit
25c705c386
1 changed files with 6 additions and 0 deletions
|
@ -63,11 +63,17 @@ fi
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
case "${XBPS_TARGET_MACHINE}" in
|
case "${XBPS_TARGET_MACHINE}" in
|
||||||
|
aarch64)
|
||||||
|
bro
|
||||||
aarch64*) ;;
|
aarch64*) ;;
|
||||||
*) nocross="chromium can not be cross compiled for this architecture" ;;
|
*) nocross="chromium can not be cross compiled for this architecture" ;;
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
case "${XBPS_TARGET_MACHINE}" in
|
||||||
|
aarch64)
|
||||||
|
broken="https://build.voidlinux.org/builders/aarch64_builder/builds/46556/steps/shell_3/logs/stdio" ;;
|
||||||
|
esac
|
||||||
post_patch() {
|
post_patch() {
|
||||||
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||||
for f in "${FILESDIR}"/musl-patches/*.patch; do
|
for f in "${FILESDIR}"/musl-patches/*.patch; do
|
||||||
|
|
Loading…
Add table
Reference in a new issue