configure.patch revision 4256
4256N/AAdjust the set of standard locations that the erlang erts configure script
4256N/Auses to try to find SSL. Without this change, we see the following error
4256N/Aat pkglint time:
2656N/A
4256N/AERROR userland.action001.3 bad RUNPATH, 'usr/lib/amd64/erlang/lib/crypto-3.5/priv/lib/crypto.so' includes '/usr/local/lib/64:/opt/local/lib/64:/usr/pkg/lib/64:/usr/local/openssl/lib/64:/usr/lib/openssl/lib/64:/usr/openssl/lib/64:/usr/local/ssl/lib/64:/usr/lib/ssl/lib/64:/usr/ssl/lib/64://lib/64:/usr/local/lib:/opt/local/lib:/usr/pkg/lib:/usr/local/openssl/lib:/usr/lib/openssl/lib:/usr/openssl/lib:/usr/local/ssl/lib:/usr/lib/ssl/lib:/usr/ssl/lib://lib'
2656N/A
4256N/AThis change will not be sent upstream.
4256N/A
4256N/A--- otp_src_17.5/erts/configure.orig 2015-04-02 08:56:31.437691859 -0700
4256N/A+++ otp_src_17.5/erts/configure 2015-04-02 08:56:55.704719035 -0700
4256N/A@@ -38754,7 +38754,7 @@
2656N/A
2656N/A
2656N/A
4256N/A-std_ssl_locations="/usr/local /usr/sfw /usr /opt/local /usr/pkg /usr/local/openssl /usr/lib/openssl /usr/openssl /usr/local/ssl /usr/lib/ssl /usr/ssl /"
2656N/A+std_ssl_locations="/usr"
2656N/A
2656N/A
2656N/A # Check whether --with-ssl-zlib or --without-ssl-zlib was given.