Files
ports/productivity/kmymoney/patches/patch-kmymoney_kmymoney_cpp
T
2026-02-23 09:21:43 +00:00

14 lines
547 B
Plaintext

Index: kmymoney/kmymoney.cpp
--- kmymoney/kmymoney.cpp.orig
+++ kmymoney/kmymoney.cpp
@@ -1043,7 +1043,8 @@ KMyMoneyApp::KMyMoneyApp(QWidget* parent)
* 3) in a separate, minimal test case, loading libsqlite3 explicitly
* with QLibrary::ExportExternalSymbolsHint makes libsqlcipher non-functional
*/
- sqlite3_key(nullptr, nullptr, 0);
+ // XXX Stupid call ends with a segmentation fault
+ // sqlite3_key(nullptr, nullptr, 0);
#endif
// preset the pointer because we need it during the course of this constructor