Add port/strnlen support to libpq and ecpg Makefiles.
Tom Lane <tgl@sss.pgh.pa.us>
Add port/strnlen support to libpq and ecpg Makefiles. In the wake of fffd651e8, any makefile that pulls in snprintf.c from src/port/ needs to be prepared to pull in strnlen.c as well. Per buildfarm.
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/ecpg/compatlib/.gitignore | modified | +1 −0 |
| src/interfaces/ecpg/compatlib/Makefile | modified | +3 −3 |
| src/interfaces/ecpg/ecpglib/.gitignore | modified | +1 −0 |
| src/interfaces/ecpg/ecpglib/Makefile | modified | +4 −3 |
| src/interfaces/ecpg/pgtypeslib/.gitignore | modified | +1 −0 |
| src/interfaces/ecpg/pgtypeslib/Makefile | modified | +4 −3 |
| src/interfaces/libpq/.gitignore | modified | +1 −0 |
| src/interfaces/libpq/Makefile | modified | +3 −3 |