Add port/strnlen support to libpq and ecpg Makefiles.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 11 Oct 2017 15:27:57 +0000 (11:27 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 11 Oct 2017 15:28:04 +0000 (11:28 -0400)
commit46912d9b1504cfaede1b22811039028a75f76ab8
tree517e6ea3f3ef8257f802b89ee19e17eb6362fd8b
parente9e0f78bdeaee6e1e24544fd564cf0907f6a2134
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.
src/interfaces/ecpg/compatlib/.gitignore
src/interfaces/ecpg/compatlib/Makefile
src/interfaces/ecpg/ecpglib/.gitignore
src/interfaces/ecpg/ecpglib/Makefile
src/interfaces/ecpg/pgtypeslib/.gitignore
src/interfaces/ecpg/pgtypeslib/Makefile
src/interfaces/libpq/.gitignore
src/interfaces/libpq/Makefile