glib/gmodule
Philip Withnall 82295998ac
Revert "gmodule-dl: Use RTLD_DEFAULT on FreeBSD too"
This reverts commit bb2ab2647d.

It appears to break the use of `G_MODULE_BIND_LOCAL`, as evidenced by
the `test_local_binding()` test in `module-test.c` failing on FreeBSD
ever since that test was added. See #3415.

Looking back at the merge request (!3656), I should have pressed for
detail on why this change was needed.

Fixes: #3415
2024-08-20 14:47:23 +01:00
..
tests tests: Run GModule tests in subprocesses 2024-07-24 17:07:23 +02:00
AUTHORS initial import of gmodule. 1998-08-09 08:32:18 +00:00
COPYING Fix gmodule/COPYING symlink path 2022-11-28 12:13:21 +02:00
gmodule-ar.c Improve g_module_open(), deprecate G_MODULE_SUFFIX 2022-10-27 20:26:53 +05:30
gmodule-deprecated.c gmodule: Fix redeclaration of symbol 2022-11-16 12:02:06 +00:00
gmodule-dl.c Revert "gmodule-dl: Use RTLD_DEFAULT on FreeBSD too" 2024-08-20 14:47:23 +01:00
gmodule-win32.c gmodule: Fix various implicit conversions from size_t to smaller types 2024-04-25 12:39:39 +01:00
gmodule.c gmodule: Use __ANDROID__ to test for the OS, not __BIONIC__ 2024-04-02 08:43:55 -03:00
gmodule.h Improve g_module_open(), deprecate G_MODULE_SUFFIX 2022-10-27 20:26:53 +05:30
gmodule.rc.in meson: build Windows resource files 2018-01-04 22:19:30 +01:00
gmoduleconf.h.in Add SPDX license headers for LGPL-2.1-or-later to various files 2022-06-01 12:44:23 +01:00
meson.build gio, gmodule, gthread: compile windows resources only in shared build 2024-01-21 18:51:52 +11:00