mirror of
https://github.com/netdata/netdata.git
synced 2025-04-09 07:37:54 +00:00
fix packaging static build openssl 32bit (#15855)
This commit is contained in:
parent
980a605363
commit
28d9cdabcd
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue