openssl: use += for LDFLAGS, drop env PC docs
authorPhil Pennock <pdp@exim.org>
Sat, 17 Mar 2018 01:57:14 +0000 (21:57 -0400)
committerPhil Pennock <pdp@exim.org>
Sat, 17 Mar 2018 01:57:14 +0000 (21:57 -0400)
Using `LDFLAGS=` instead of `LDFLAGS+=` will stomp over an earlier
setting of LDFLAGS, and the DMARC support is now further up in
`src/EDITME`, thus likely to get stomped upon.

Rather than continue to document using `PKG_CONFIG_PATH` via env, the
in-Local/Makefile support has been around for a little while now, so go
ahead and make that the only way we suggest here.

Add a mention of _why_ we use both `USE_OPENSSL_PC` and `LDFLAGS`.


No differences found