Date: Monday, April 10, 2023 @ 09:19:44
  Author: arojas
Revision: 473729

upgpkg: qt6-base 6.5.0-3: Use FEATURE_no_direct_extern_access=ON instead of 
disabling reduce_relocations

Modified:
  qt6-base/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-10 09:18:42 UTC (rev 473728)
+++ PKGBUILD    2023-04-10 09:19:44 UTC (rev 473729)
@@ -5,7 +5,7 @@
 pkgname=qt6-base
 _qtver=6.5.0
 pkgver=${_qtver/-/}
-pkgrel=2
+pkgrel=3
 arch=(x86_64)
 url='https://www.qt.io'
 license=(GPL3 LGPL3 FDL custom)
@@ -54,10 +54,9 @@
     -DFEATURE_openssl_linked=ON \
     -DFEATURE_system_sqlite=ON \
     -DFEATURE_system_xcb_xinput=ON \
-    -DFEATURE_reduce_relocations=OFF \
+    -DFEATURE_no_direct_extern_access=ON \
     -DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON \
     -DCMAKE_MESSAGE_LOG_LEVEL=STATUS
-# -DFEATURE_reduce_relocations=OFF for 
https://bugreports.qt.io/browse/QTBUG-112332
   cmake --build build
 }
 

Reply via email to