add ssl dependencies

This commit is contained in:
John
2022-02-08 21:04:34 +01:00
parent 5ec5c3daa4
commit 6fee17d0a5
8 changed files with 28 additions and 7 deletions
+4
View File
@@ -80,6 +80,10 @@ else
mqtt=1
fi
fi
ldd $RELEASE/usr/bin/ebusd | egrep -q libssl.so.1.1
if [ $? -eq 0 ]; then
extralibs="$extralibs, libssl1.1 (>= 1.1.1)"
fi
if [ -n "$RUNTEST" ]; then
echo