Date: Monday, March 27, 2023 @ 11:50:05
Author: arojas
Revision: 472072
upgpkg: qt6-tools 6.4.3-2: Build with clang to work around FS#78006
Modified:
qt6-tools/trunk/PKGBUILD
----------+
PKGBUILD | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-27 07:00:12 UTC (rev 472071)
+++ PKGBUILD 2023-03-27 11:50:05 UTC (rev 472072)
@@ -5,7 +5,7 @@
pkgname=qt6-tools
_qtver=6.4.3
pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
arch=(x86_64)
url='https://www.qt.io'
license=(GPL3 LGPL3 FDL custom)
@@ -24,8 +24,10 @@
}
build() {
+# Using clang because of https://bugreports.qt.io/browse/QTBUG-112332
cmake -B build -S $_pkgfn -G Ninja \
-DINSTALL_PUBLICBINDIR=usr/bin \
+ -DCMAKE_CXX_COMPILER=clang++ \
-DCMAKE_MESSAGE_LOG_LEVEL=STATUS
cmake --build build
}