pgsql: Install libpq DLL with $(INSTALL_SHLIB). - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: Install libpq DLL with $(INSTALL_SHLIB).
Date
Msg-id E1XJZoI-0002w3-9N@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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).

Branch
------
REL9_0_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/e6841c4d653e0ba5ec916ab5b2520ac5f8935e9e

Modified Files
--------------
src/interfaces/libpq/Makefile |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Noah Misch
Date:
Subject: pgsql: Finish adding file version information to installed Windows bina
Next
From: Fujii Masao
Date:
Subject: pgsql: Fix bug in checking of IDENTIFY_SYSTEM result.