[glib: 1/2] Meson: Remove FIXME about _REENTRANT
- From: Xavier Claessens <xclaesse src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib: 1/2] Meson: Remove FIXME about _REENTRANT
- Date: Wed, 4 Jul 2018 15:42:11 +0000 (UTC)
commit 814d6a5956a00c211a838e5bf419e8bb4212147b
Author: Xavier Claessens <xavier claessens collabora com>
Date: Wed Jul 4 10:08:40 2018 -0400
Meson: Remove FIXME about _REENTRANT
As per discussion in GLib and Meson issues, this flag is not needed
anymore with modern gcc/clang. We only support GCC on Solaris now. This
might break the Sun/Oracle compilers on Solaris but Meson does not
suppor them (yet) anyway.
https://gitlab.gnome.org/GNOME/glib/issues/1432
https://github.com/mesonbuild/meson/issues/3810
meson.build | 1 -
1 file changed, 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index ef17ba309..9d02fea4b 100644
--- a/meson.build
+++ b/meson.build
@@ -1518,7 +1518,6 @@ if host_system == 'windows' and not get_option('force_posix_threads')
glibconfig_conf.set('g_threads_impl_def', 'WIN32')
glib_conf.set('THREADS_WIN32', 1)
else
- # FIXME: probably needs more tweaking in meson for things like -D_REENTRANT etc.
thread_dep = dependency('threads')
threads_implementation = 'posix'
pthread_prefix = '''
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]