libreoffice: update to 24.8.4.2
[oi-userland.git] / components / sysutils / virtualbox / patches / 02-openssl-libs.patch
blobe3937dc6d2b2322a368c17a576f3275ef0e0c890
1 --- VirtualBox-7.0.18/configure.orig
2 +++ VirtualBox-7.0.18/configure
3 @@ -892,6 +892,7 @@
4 if test_execute nofatal; then
5 cnf_append "SDK_VBoxOpenSslStatic_INCS" "`strip_I "$INCCRYPTO"`"
6 cnf_append "SDK_VBoxOpenSslStatic_LIBS" "`strip_l "$LIBCRYPTO"`"
7 + cnf_append "SDK_VBoxOpenSslStatic_LIBPATH" "`strip_L "$LIBCRYPTO"`"
8 cnf_append "SDK_VBoxOpenSslBldProg_LIBS" "`strip_l "$LIBCRYPTO"`"
9 fi
11 @@ -2666,6 +2667,8 @@
12 [ "$OS" = "darwin" ] && LIBCRYPTO="$LIBCRYPTO ${OPENSSLDIR}/lib/libz.a"
13 # On Linux static OpenSSL typically needs a few additional libraries.
14 [ "$OS" = "linux" ] && LIBCRYPTO="-ldl $LIBPTHREAD -lm"
15 + # Use dynamic openssl libs for OpenIndiana
16 + [ "$OS" = "solaris" ] && LIBCRYPTO="-L${OPENSSLDIR}/lib/amd64 -lssl -lcrypto"
18 --with-ow-dir=*)
19 WATCOM=`echo $option | cut -d'=' -f2`