]> 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:01:23 +0000 (23:01 -0400)
commite6841c4d653e0ba5ec916ab5b2520ac5f8935e9e
treed29a36766a537f858bc0c10e68486cfb13ef96c7
parent823be6b7fd7898de0d7d17b9f371c4505e998cd2
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