mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
14 lines
547 B
Plaintext
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
|