# HG changeset patch # User Olaf Wintermann # Date 1677355971 -3600 # Node ID 15bf3c1796f26a53b52c68e590ae46461d389cd8 # Parent 982e67c997e13ac569ae19daec7a0a0f3ff0d3bf fix openssl dependency resolution on bsd diff -r 982e67c997e1 -r 15bf3c1796f2 configure --- a/configure Sat Feb 25 11:38:33 2023 +0100 +++ b/configure Sat Feb 25 21:12:51 2023 +0100 @@ -283,6 +283,14 @@ return 0 done + # dependency openssl + while true + do + LDFLAGS="$LDFLAGS -lssl -lcrypto" + echo yes + return 0 + done + echo no return 1 } diff -r 982e67c997e1 -r 15bf3c1796f2 make/project.xml --- a/make/project.xml Sat Feb 25 11:38:33 2023 +0100 +++ b/make/project.xml Sat Feb 25 21:12:51 2023 +0100 @@ -89,11 +89,9 @@ openssl -