add ca certs

This commit is contained in:
John
2022-04-10 16:42:32 +02:00
parent bed49edb8e
commit e3d4d7a950
+1 -1
View File
@@ -82,7 +82,7 @@ else
fi fi
ldd $RELEASE/usr/bin/ebusd | egrep -q libssl.so.1.1 ldd $RELEASE/usr/bin/ebusd | egrep -q libssl.so.1.1
if [ $? -eq 0 ]; then if [ $? -eq 0 ]; then
extralibs="$extralibs, libssl1.1 (>= 1.1.0)" extralibs="$extralibs, libssl1.1 (>= 1.1.0), ca-certificates"
fi fi
if [ -n "$RUNTEST" ]; then if [ -n "$RUNTEST" ]; then