samba - update to version 4.21.2
[oi-userland.git] / components / library / glib / patches / 04-xopen-version.patch
blob414e03a451d3e72484e0fb67b3e6735da6101fe4
1 Remove Unix standard settings for Solaris 11.4, so we don't exclude all
2 features added between XPG2 & XPG7, now that these are exposed by default.
4 To send upstream, need to adjust to right version for each OS level
6 --- glib-2.82.0/meson.build.orig
7 +++ glib-2.82.0/meson.build
8 @@ -2477,8 +2477,6 @@
10 # FIXME: How to detect Solaris? https://github.com/mesonbuild/meson/issues/1578
11 if host_system == 'sunos'
12 - glib_conf.set('_XOPEN_SOURCE_EXTENDED', 1)
13 - glib_conf.set('_XOPEN_SOURCE', 2)
14 glib_conf.set('__EXTENSIONS__',1)
15 endif