> On Nov 27, 2018, at 10:33 AM, Robert Chalmers <racu...@gmail.com> wrote: > > set -- '-DUSE_TLS -I/usr/local/Cellar/openssl/1.0.2p/include' > set -- "$@" '-I/usr/local/opt/icu4c/include' > set -- "$@" '-DHAS_MYSQL -I/usr/local/include/mysql' > set -- '-DHAS_PCRE -I/usr/local/include' > set -- "$@" '-DUSE_SASL_AUTH -DUSE_CYRUS_SASL > -DDEF_SERVER_SASL_TYPE=\"dovecot\" > -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sasl' > CCARGS="$@" > > set -- '-lsasl2' > set -- "$@" '-L/usr/local/Cellar/openssl/1.0.2p/lib -lssl -lcrypto' > set -- "$@" '-L/usr/local/lib -ldb' > set -- "$@" '-L/usr/lib -lsasl2' > set -- "$@" '-L/usr/local/opt/icu4c/lib -licuuc' > AUXLIBS="$@"
If homebrew also provides OpenSSL 1.1.1a, I'd recommend 1.1.1a over 1.0.2p, as support for the latter ends in December 2019, while 1.1.1 is the new long-term stable release, for 5 years starting Sep 2018. -- Viktor.