]> git.pld-linux.org Git - packages/Firebird.git/blame - Firebird-FHS.patch
add pkgconfig patch; add fb_config wrapper (from fedora)
[packages/Firebird.git] / Firebird-FHS.patch
CommitLineData
d8c389bc
JB
1--- Firebird-3.0.0.32483-0/src/yvalve/gds.cpp.orig 2016-08-30 21:31:23.418702669 +0200
2+++ Firebird-3.0.0.32483-0/src/yvalve/gds.cpp 2016-08-31 20:24:57.044428320 +0200
3@@ -3785,7 +3785,7 @@
4 if (!fb_utils::readenv(FB_LOCK_ENV, lockPrefix))
5 {
6 #ifndef WIN_NT
7- PathUtils::concatPath(lockPrefix, WORKFILE, LOCKDIR);
8+ PathUtils::concatPath(lockPrefix, "/var/lib", LOCKDIR);
9 #else
10 #ifdef WIN9X_SUPPORT
11 // shell32.dll version 5.0 and later supports SHGetFolderPath entry point
This page took 0.068282 seconds and 4 git commands to generate.