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/[email protected] Author: Dagfinn Ilmari Mannsåker (for libpq) Backpatch-through: 12 Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/051fd5e0f99b14d7bd76fb800bd077bf394fecd5 Modified Files -------------- src/interfaces/ecpg/pgtypeslib/Makefile | 1 + src/interfaces/libpq/Makefile | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-)
