]> git.pld-linux.org Git - packages/Firebird.git/blob - Firebird-libpath.patch
add pkgconfig patch; add fb_config wrapper (from fedora)
[packages/Firebird.git] / Firebird-libpath.patch
1 --- Firebird-3.0.0.32483-0/builds/posix/Makefile.in.orig        2016-04-14 16:07:29.000000000 +0200
2 +++ Firebird-3.0.0.32483-0/builds/posix/Makefile.in     2016-09-01 21:59:46.720043484 +0200
3 @@ -315,7 +315,7 @@
4  
5  databases:             yachts.lnk msg.timestamp $(HELP_FDB) $(SECURITY_FDB)
6  
7 -export LD_LIBRARY_PATH := $(LD_LIBRARY_PATH):$(FIREBIRD)/lib
8 +export LD_LIBRARY_PATH := $(FIREBIRD)/lib:$(LD_LIBRARY_PATH)
9  
10  yachts.lnk:            metadata.fdb
11         -$(RM) $@
This page took 0.055058 seconds and 3 git commands to generate.