rust/cargo-c: update to 0.10.7+cargo-0.84.0
[oi-userland.git] / components / database / postgresql-12-mysql_fdw / patches / 01-no-RTLD_DEEPBIND.patch
blob9457fcdcb8eee0330d0825eb0bc619045368b788
1 --- mysql_fdw-REL-2_5_0/mysql_fdw.c.~1~ 2018-11-22 20:22:06.382590630 +0000
2 +++ mysql_fdw-REL-2_5_0/mysql_fdw.c 2018-11-22 20:23:29.950029980 +0000
3 @@ -200,7 +200,7 @@
4 bool
5 mysql_load_library(void)
7 -#if defined(__APPLE__) || defined(__FreeBSD__)
8 +#if defined(__APPLE__) || defined(__FreeBSD__) || defined(__sun)
9 /*
10 * Mac OS/BSD does not support RTLD_DEEPBIND, but it still
11 * works without the RTLD_DEEPBIND