Viktor Dukhovni: > Change the above to: > > # There's no need to mention "-I/usr/local/include" multiple times. > # > set -- '-DUSE_TLS -I/usr/local/opt/openssl/include' > set -- "$@" '-I/usr/local/opt/icu4c/include'
Please don't hard-code ICU pathnames. EAI support is enabled by default when the "icu-config" command is found. Postfix uses 'icu-config --cppflags' to locate header files, and 'icu-config --ldflags' to locate libraries. Now, if Apple decided not to install "icu-config", then they are not helping developers. Wietse