summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2007-07-31 21:22:04 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2007-07-31 21:22:04 +0000
commitcde3e8d520dd63cdf38d0b58c3a556123f981cd6 (patch)
treea86f42dc6c2d6d3656fa8c55da9cb9f9349bb23f /lang
parento Upgrade to 1.2.23. (diff)
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_configure11
-rw-r--r--lang/erlang14/files/patch-erts_configure11
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=