]> git.pld-linux.org Git - packages/Firebird.git/blame - Firebird-libpath.patch
- updated quickstartguide.pdf md5 sum
[packages/Firebird.git] / Firebird-libpath.patch
CommitLineData
1856fc63
BS
1diff -up Firebird-5.0.0.1306-0-source/builds/posix/Makefile.in._orig Firebird-5.0.0.1306-0-source/builds/posix/Makefile.in
2--- Firebird-5.0.0.1306-0-source/builds/posix/Makefile.in._orig 2024-02-22 09:14:30.430893458 +0100
3+++ Firebird-5.0.0.1306-0-source/builds/posix/Makefile.in 2024-02-22 09:17:31.106365442 +0100
4@@ -495,7 +495,7 @@ SECURITY_TMP = security.tmp
d8c389bc 5
1856fc63 6 databases: yachts.lnk $(SECURITY_FDB)
d8c389bc
JB
7
8-export LD_LIBRARY_PATH := $(LD_LIBRARY_PATH):$(FIREBIRD)/lib
9+export LD_LIBRARY_PATH := $(FIREBIRD)/lib:$(LD_LIBRARY_PATH)
10
11 yachts.lnk: metadata.fdb
12 -$(RM) $@
This page took 0.063021 seconds and 5 git commands to generate.