mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
community/gjs: fix build failed on loongarch64
This commit is contained in:
parent
c0f582d5a1
commit
aa2eb801a3
@ -36,7 +36,7 @@ esac
|
||||
|
||||
build() {
|
||||
case "$CARCH" in
|
||||
aarch64|arm*|riscv64)
|
||||
aarch64|arm*|riscv64|loongarch64)
|
||||
# not supported by clang here
|
||||
export CFLAGS="${CFLAGS/-fstack-clash-protection}"
|
||||
export CXXFLAGS="${CXXFLAGS/-fstack-clash-protection}"
|
||||
|
Loading…
Reference in New Issue
Block a user