Fix a few single-file (MODULES, not MODULE_big) contrib makefiles that were
supposing that they should set SHLIB_LINK rather than LDFLAGS_SL. Since these don't go through Makefile.shlib that was a no-op on most platforms. Also regularize the few platform-specific Makefiles that did pay attention to SHLIB_LINK: it seems that the real value of that is to pull in BE_DLLLIBS, so do that instead. Per buildfarm failures on cygwin.
Showing
- contrib/earthdistance/Makefile 2 additions, 2 deletionscontrib/earthdistance/Makefile
- contrib/spi/Makefile 3 additions, 3 deletionscontrib/spi/Makefile
- contrib/tablefunc/Makefile 2 additions, 2 deletionscontrib/tablefunc/Makefile
- src/makefiles/Makefile.aix 1 addition, 1 deletionsrc/makefiles/Makefile.aix
- src/makefiles/Makefile.cygwin 2 additions, 2 deletionssrc/makefiles/Makefile.cygwin
- src/makefiles/Makefile.darwin 1 addition, 1 deletionsrc/makefiles/Makefile.darwin
- src/makefiles/Makefile.win32 2 additions, 2 deletionssrc/makefiles/Makefile.win32
Please register or sign in to comment