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)
commit1922a912d23fc06ee7fb0d22d9cf3e633a4713dc
treedbc0fd4ca684a88b3599ba149d74e0c4a1e137e0
parentecce6d9ac4fa63cc7e011c21a033f5b6c54a3995
openssl: use += for LDFLAGS, drop env PC docs

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`.
doc/doc-txt/openssl.txt