1
0
Fork 0
libreoffice/external/firebird/firebird-Engine12.patch
Daniel Baumann 8e63e14cf6
Adding upstream version 4:25.2.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 16:20:04 +02:00

16 lines
415 B
Diff

--- src/common/utils.cpp
+++ src/common/utils.cpp
@@ -1026,6 +1026,13 @@
PathUtils::concatPath(s, configDir[prefType], name);
return s;
}
+
+ // Set relative path to Engine12 dynamic library
+ if(prefType == Firebird::IConfigManager::DIR_PLUGINS)
+ {
+ s = name;
+ return s;
+ }
}
switch(prefType)