Warning, /pim/kube/dist/flatpak/patch/qtbase-avoid-hardcoding-kernel-version.patch is written in an unsupported language. File is not indexed.
0001 diff --git a/src/corelib/configure.json b/src/corelib/configure.json 0002 index 183eb3a13e..c981b9d742 100644 0003 --- a/src/corelib/configure.json 0004 +++ b/src/corelib/configure.json 0005 @@ -501,7 +501,7 @@ 0006 }, 0007 "getentropy": { 0008 "label": "getentropy()", 0009 - "condition": "config.unix && tests.getentropy", 0010 + "disable": "true", 0011 "output": [ "privateFeature" ] 0012 }, 0013 "glib": { 0014 @@ -629,7 +629,7 @@ 0015 }, 0016 "renameat2": { 0017 "label": "renameat2()", 0018 - "condition": "config.linux && tests.renameat2", 0019 + "disable": "true", 0020 "output": [ "privateFeature" ] 0021 }, 0022 "slog2": { 0023 @@ -639,7 +639,7 @@ 0024 }, 0025 "statx": { 0026 "label": "statx() in libc", 0027 - "condition": "config.linux && tests.statx", 0028 + "disable": "true", 0029 "output": [ "privateFeature" ] 0030 }, 0031 "syslog": {