]> granicus.if.org Git - postgresql/commit
Install libpq DLL with $(INSTALL_SHLIB).
authorNoah Misch <noah@leadboat.com>
Tue, 19 Aug 2014 03:00:38 +0000 (23:00 -0400)
committerNoah Misch <noah@leadboat.com>
Tue, 19 Aug 2014 03:00:57 +0000 (23:00 -0400)
commit151ce45825b317a9e06c40ddb48917bde9dc94fa
tree22f3e1f595d12463113d81bb805597bc0cc0a961
parent48e0b5ff3795a827c558a9ca7863fbfdbff6d683
Install libpq DLL with $(INSTALL_SHLIB).

Programs need execute permission on a DLL file to load it.  MSYS
"install" ignores the mode argument, and our Cygwin build statically
links libpq into programs.  That explains the lack of buildfarm trouble.
Back-patch to 9.0 (all supported versions).
src/interfaces/libpq/Makefile