]> git.ipfire.org Git - thirdparty/postgresql.git/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:09 +0000 (23:01 -0400)
commitebd4d9cddb894207911eb0a9e014867f3278b167
tree7eddebd1887f84609982d7cb6ddbdbbdd6ac90a8
parentae941b8db49dc61a8d085a4fb6f1d5106ec40275
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