fix packaging static build openssl 32bit (#15855)
Ilya Mashchenko committed
Aug 21, 2023 at 14:23 UTC
28d9cdabcd518d68a17ae4be6fc01eeb59281a2d
1 file changed
+6
packaging/makeself/jobs/20-openssl.install.sh
+6
@@ -43,6 +43,12 @@ fi
43
44
run make -j "$(nproc)" install_sw
45
46
+if [ -d "/openssl-static/lib" ]; then
47
+ cd "/openssl-static" || exit 1
48
+ ln -s "lib" "lib64" || true
49
+ cd - || exit 1
50
+fi
51
+
52
store_cache openssl "${NETDATA_MAKESELF_PATH}/tmp/openssl"
53
54
perl configdata.pm --dump