diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2007-07-31 21:22:04 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2007-07-31 21:22:04 +0000 |
commit | cde3e8d520dd63cdf38d0b58c3a556123f981cd6 (patch) | |
tree | a86f42dc6c2d6d3656fa8c55da9cb9f9349bb23f /lang | |
parent | f93d68c0890a0565bedfb079bc09b4e610c83a50 (diff) | |
download | ports-cde3e8d520dd63cdf38d0b58c3a556123f981cd6.tar.gz ports-cde3e8d520dd63cdf38d0b58c3a556123f981cd6.zip |
Force use of libcrypto.so. This will fix the build on amd64 (tested on sledge).
PR: ports/114022
Submitted by: benno
Notes
Notes:
svn path=/head/; revision=196861
Diffstat (limited to 'lang')
-rw-r--r-- | lang/erlang/files/patch-erts_configure | 11 | ||||
-rw-r--r-- | lang/erlang14/files/patch-erts_configure | 11 |
2 files changed, 20 insertions, 2 deletions
diff --git a/lang/erlang/files/patch-erts_configure b/lang/erlang/files/patch-erts_configure index 95badb4bf7cb..a2756de41f1b 100644 --- a/lang/erlang/files/patch-erts_configure +++ b/lang/erlang/files/patch-erts_configure @@ -129,7 +129,7 @@ $FreeBSD$ fi -@@ -19219,7 +19219,7 @@ +@@ -19219,7 +19338,7 @@ DED_LD_FLAG_RUNTIME_LIBRARY_PATH= STATIC_CFLAGS="-mdynamic-no-pic" ;; @@ -138,3 +138,12 @@ $FreeBSD$ DED_LD="$CC" DED_LDFLAGS="-shared" ;; +@@ -19530,7 +19649,7 @@ + /bin/rm -f $ERL_TOP/lib/$a/SKIP + done + +-SSL_DYNAMIC_ONLY=no ++SSL_DYNAMIC_ONLY=yes + + if test "x$with_ssl" = "xno"; then + SSL_APP= diff --git a/lang/erlang14/files/patch-erts_configure b/lang/erlang14/files/patch-erts_configure index 95badb4bf7cb..a2756de41f1b 100644 --- a/lang/erlang14/files/patch-erts_configure +++ b/lang/erlang14/files/patch-erts_configure @@ -129,7 +129,7 @@ $FreeBSD$ fi -@@ -19219,7 +19219,7 @@ +@@ -19219,7 +19338,7 @@ DED_LD_FLAG_RUNTIME_LIBRARY_PATH= STATIC_CFLAGS="-mdynamic-no-pic" ;; @@ -138,3 +138,12 @@ $FreeBSD$ DED_LD="$CC" DED_LDFLAGS="-shared" ;; +@@ -19530,7 +19649,7 @@ + /bin/rm -f $ERL_TOP/lib/$a/SKIP + done + +-SSL_DYNAMIC_ONLY=no ++SSL_DYNAMIC_ONLY=yes + + if test "x$with_ssl" = "xno"; then + SSL_APP= |