0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-06 06:25:32 +00:00

fix packaging static build openssl 32bit ()

This commit is contained in:
Ilya Mashchenko 2023-08-21 14:23:35 +03:00 committed by GitHub
parent 980a605363
commit 28d9cdabcd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,6 +43,12 @@ fi
run make -j "$(nproc)" install_sw
if [ -d "/openssl-static/lib" ]; then
cd "/openssl-static" || exit 1
ln -s "lib" "lib64" || true
cd - || exit 1
fi
store_cache openssl "${NETDATA_MAKESELF_PATH}/tmp/openssl"
perl configdata.pm --dump