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-0002w0-9I@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_1_STABLE

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

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: Install libpq DLL with $(INSTALL_SHLIB).
Next
From: Noah Misch
Date:
Subject: pgsql: Install libpq DLL with $(INSTALL_SHLIB).