ecpg/ecpglib must build the src/port files it uses with -DFRONTEND.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 44c5d387eafb4ba1a032f8d7b13d85c553d69181
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2014-04-05T06:20:25Z
Releases: 9.4.0
ecpg/ecpglib must build the src/port files it uses with -DFRONTEND.

Remarkably, this hasn't been noticed before, though it surely should
have been happening since around the fall of the Byzantine empire.
Commit 438b529604 changed path.c to depend on FRONTEND, and that exposed
the omission, per buildfarm reports.

I'm suspicious that some other subdirectories are missing this too,
but this one change is enough to make ecpg tests pass for me.

Files

PathChange+/−
src/interfaces/ecpg/ecpglib/Makefile modified +1 −1