aboutsummaryrefslogtreecommitdiff
path: root/depends/patches/qt/fix_android_jni_static.patch
diff options
context:
space:
mode:
authorPavol Rusnak <pavol@rusnak.io>2022-03-25 10:32:32 +0100
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2022-08-12 10:23:56 +0100
commitda9578da800ba98c5763f28d5777cb4067df448e (patch)
tree677881b6718b24e65a022375255d8e4e7aa25a69 /depends/patches/qt/fix_android_jni_static.patch
parent313ea18e5e72df185935d06491dd823163eefa87 (diff)
downloadbitcoin-da9578da800ba98c5763f28d5777cb4067df448e.tar.xz
build, qt: bump Qt5 version to 5.15.3
Qt 5.15.3 release is a patch release made on the top of Qt 5.15.2. As a patch release, Qt 5.15.3 does not add any new functionality but provides bug fixes and other improvements. https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/5.15.3/release-note.md * dropped patches: - patches/qt/dont_use_avx_android_x86_64.patch - patches/qt/fix_bigsur_style.patch * adjusted patches: - patches/qt/fix_android_jni_static.patch - patches/qt/fix_limits_header.patch - patches/qt/use_android_ndk23.patch Co-authored-by: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Github-Pull: bitcoin/bitcoin#24668 Rebased-From: ef20add4c98674183720d9631ac780f9a248b487
Diffstat (limited to 'depends/patches/qt/fix_android_jni_static.patch')
-rw-r--r--depends/patches/qt/fix_android_jni_static.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/depends/patches/qt/fix_android_jni_static.patch b/depends/patches/qt/fix_android_jni_static.patch
index bb64661761..22a4d5ab0e 100644
--- a/depends/patches/qt/fix_android_jni_static.patch
+++ b/depends/patches/qt/fix_android_jni_static.patch
@@ -1,6 +1,6 @@
--- old/qtbase/src/plugins/platforms/android/androidjnimain.cpp
+++ new/qtbase/src/plugins/platforms/android/androidjnimain.cpp
-@@ -914,6 +914,14 @@ Q_DECL_EXPORT jint JNICALL JNI_OnLoad(JavaVM *vm, void */*reserved*/)
+@@ -934,6 +934,14 @@ Q_DECL_EXPORT jint JNICALL JNI_OnLoad(JavaVM *vm, void */*reserved*/)
__android_log_print(ANDROID_LOG_FATAL, "Qt", "registerNatives failed");
return -1;
}