Provide alternative Heimdal pkg-config example
authorPhil Pennock <pdp@exim.org>
Fri, 13 Jan 2017 04:37:50 +0000 (23:37 -0500)
committerPhil Pennock <pdp@exim.org>
Fri, 13 Jan 2017 04:37:50 +0000 (23:37 -0500)
commit5dc309a45b3f266afbe1b8ccc9a066b0f76650a3
tree675b462c4bb9e84295f2b6f86416e5f4701694db
parent794b98235aa50dfc948c8026c19f951d24b14b56
Provide alternative Heimdal pkg-config example

Building Exim against Heimdal 1.5, heimdal-gssapi.pc was needed.
There's been a major version bump in Heimdal, and against 7.1 that
doesn't work; using heimdal-krb5.pc fails on missing `gss_*` functions.

I can find no build documentation for Heimdal which describes what
should be needed.  heimdal-gssapi.pc does reference heimdal-krb5.pc
in `Requires.private` but it's not being used by FreeBSD pkgconf in
such a way that it's available when building on FreeBSD 10.3.

Fortunately, our `*_PC` logic works with multiple packages listed,
so provide that example.
src/src/EDITME