]> git.pld-linux.org Git - packages/Firebird.git/blame - Firebird-FHS.patch
- updated to 3.0.10.33601
[packages/Firebird.git] / Firebird-FHS.patch
CommitLineData
1fe5ebac
BS
1--- Firebird-3.0.10.33601-0/src/yvalve/gds.cpp.orig 2022-07-01 08:34:37.770832195 +0200
2+++ Firebird-3.0.10.33601-0/src/yvalve/gds.cpp 2022-07-01 08:41:44.837560283 +0200
3@@ -3826,10 +3826,7 @@
d8c389bc
JB
4 if (!fb_utils::readenv(FB_LOCK_ENV, lockPrefix))
5 {
1fe5ebac
BS
6 #if !defined(WIN_NT)
7- const char* tmp = getTemporaryFolder();
8- if (!tmp)
9- tmp = WORKFILE;
10- PathUtils::concatPath(lockPrefix, tmp, LOCKDIR);
d8c389bc
JB
11+ PathUtils::concatPath(lockPrefix, "/var/lib", LOCKDIR);
12 #else
13 #ifdef WIN9X_SUPPORT
14 // shell32.dll version 5.0 and later supports SHGetFolderPath entry point
This page took 0.032534 seconds and 4 git commands to generate.