Allow ecpg to be built stand-alone, allow parallel libpq make

Bruce Momjian <bruce@momjian.us>

Commit: 051fd5e0f99b14d7bd76fb800bd077bf394fecd5
Author: Bruce Momjian <bruce@momjian.us>
Date: 2020-03-31T18:17:32Z
Releases: 13.0
Allow ecpg to be built stand-alone, allow parallel libpq make

This change defines SHLIB_PREREQS for the libpgport dependency, rather
than using a makefile rule.  This was broken in PG 12.

Reported-by: Filip Janus

Discussion: https://postgr.es/m/E5Dc85EGUY4wyG8cjAU0qoEdCJxGK_qhW1s9qSuYq9A@mail.gmail.com

Author: Dagfinn Ilmari Mannsåker (for libpq)

Backpatch-through: 12

Files

PathChange+/−
src/interfaces/ecpg/pgtypeslib/Makefile modified +1 −0
src/interfaces/libpq/Makefile modified +1 −2