summaryrefslogtreecommitdiff
path: root/dev-qt/qtbase/files/qtbase-6.9.0-no-direct-extern-access.patch
blob: 89c8dd5068ae5582ffba30558ba97fb7048ce852 (plain)
1
2
3
4
5
6
7
8
9
Re-allow auto-detect rather than do =ON to ensure the toolchain supports it.
https://bugs.gentoo.org/754021
https://github.com/qt/qtbase/commit/48675dfa3 (revert of)
--- a/configure.cmake
+++ b/configure.cmake
@@ -784,3 +784,2 @@
     CONDITION NOT WIN32 AND TEST_no_direct_extern_access
-    AUTODETECT OFF
 )