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)
commitbdde22152c0f5ee3792e2f9eede54097e37dd763
tree62bf61a8b90c42c5b2b0e4d8db6a0c5d6996722a
parent4951c8860bd61394ca3a31d081cc67af61048434
Point at readline fix on macOS

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.
src/src/EDITME