postgresql/src/makefiles
Andrew Gierth 54f5f887fd Move port-specific parts of with_temp_install to port makefile.
Rather than define ld_library_path_ver with a big nested $(if), just
put the overriding values in the makefiles for the relevant ports.

Also add a variable for port makefiles to append their own stuff to
with_temp_install, and use it to set LD_LIBRARY_PATH_RPATH=1 on
FreeBSD which is needed to make LD_LIBRARY_PATH override DT_RPATH
if DT_RUNPATH is not set (which seems to depend in unpredictable ways
on the choice of compiler, at least on my system).

Backpatch for the benefit of anyone doing regression tests on FreeBSD.
(For other platforms there should be no functional change.)
2019-02-04 18:54:56 +00:00
..
Makefile Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
Makefile.aix Move port-specific parts of with_temp_install to port makefile. 2019-02-04 18:54:56 +00:00
Makefile.cygwin Try to fix non-MSVC Windows builds in the wake of logical replication. 2017-01-20 12:51:31 -05:00
Makefile.darwin Move port-specific parts of with_temp_install to port makefile. 2019-02-04 18:54:56 +00:00
Makefile.freebsd Move port-specific parts of with_temp_install to port makefile. 2019-02-04 18:54:56 +00:00
Makefile.hpux Move port-specific parts of with_temp_install to port makefile. 2019-02-04 18:54:56 +00:00
Makefile.linux Ensure link commands list *.o files before LDFLAGS. 2019-01-02 13:57:54 -05:00
Makefile.netbsd Ensure link commands list *.o files before LDFLAGS. 2019-01-02 13:57:54 -05:00
Makefile.openbsd Ensure link commands list *.o files before LDFLAGS. 2019-01-02 13:57:54 -05:00
Makefile.solaris Ensure link commands list *.o files before LDFLAGS. 2019-01-02 13:57:54 -05:00
Makefile.win32 Remove Windows module-list-dumping code. 2018-04-30 13:20:13 -04:00
pgxs.mk Add PG_CFLAGS, PG_CXXFLAGS, and PG_LDFLAGS variables to PGXS 2019-02-03 17:48:09 +09:00