From aa2eb801a32945171da95397b037025d8d7e9f46 Mon Sep 17 00:00:00 2001
From: znley <shanjiantao@loongson.cn>
Date: Tue, 30 Apr 2024 07:26:12 +0000
Subject: [PATCH] community/gjs: fix build failed on loongarch64

---
 community/gjs/APKBUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/community/gjs/APKBUILD b/community/gjs/APKBUILD
index 855099cbace2..1ab8a809eb30 100644
--- a/community/gjs/APKBUILD
+++ b/community/gjs/APKBUILD
@@ -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}"
-- 
GitLab