mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Force use of libcrypto.so. This will fix the build on amd64 (tested on sledge).
PR: ports/114022 Submitted by: benno
This commit is contained in:
parent
f93d68c089
commit
cde3e8d520
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=196861
@ -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=
|
||||
|
@ -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=
|
||||
|
Loading…
Reference in New Issue
Block a user