Point at readline fix on macOS
authorPhil Pennock <pdp@exim.org>
Sun, 26 Feb 2017 01:18:08 +0000 (20:18 -0500)
committerPhil Pennock <pdp@exim.org>
Sun, 26 Feb 2017 01:18:08 +0000 (20:18 -0500)
dlopen() without a qualified path searches env vars and paths stamped
into the binary; Exim is usually setuid, so this becomes just the paths
stamped into the binary.  On some platforms (*cough* macOS) libreadline
is not in the usual places.

So show how to stamp the Homebrew location of libreadline into the Exim
binary.


No differences found