Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / qt6-base


Commits:
0f7c10a4 by Felix Yan at 2026-03-02T18:18:18+08:00
Disable _no_direct_extern_access for riscv64 as well (no support)

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -100,7 +100,7 @@ prepare() {
 
 build() {
   # Set no_direct_extern_access based on architecture
-  if [[ $CARCH == "aarch64" ]]; then
+  if [[ $CARCH == "aarch64" || $CARCH == "riscv64" ]]; then
     _no_direct_extern_access=OFF
   else
     _no_direct_extern_access=ON



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-base/-/commit/0f7c10a444a9e2b6e0a2cd4bcf118477e19fe44b

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-base/-/commit/0f7c10a444a9e2b6e0a2cd4bcf118477e19fe44b
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to