libsoup3: update to 3.6.0; fix GTK2/3 app startup
[oi-userland.git] / components / web / php / php-8_2-ext-mongodb / patches / solaris.patch
blob3c5c5bda8fb19c2cadf931fd3597bb94b82789a9
1 --- mongodb-1.17.2/src/libmongocrypt/src/os_posix/os_dll.c 2023-12-20 17:52:40.000000000 +0100
2 +++ mongodb-1.17.2/src/libmongocrypt/src/os_posix/os_dll.c.new 2023-12-25 17:28:58.705237791 +0100
3 @@ -95,7 +95,7 @@
4 return (mcr_dll_path_result){.error_string = mstr_copy_cstr("Handle not found in loaded modules")};
7 -#elif defined(__linux__) || defined(__FreeBSD__)
8 +#elif defined(__linux__) || defined(__FreeBSD__) || defined(__SOLARIS__)
10 #include <link.h>