Skip to content

Revert "gmodule-dl: Use RTLD_DEFAULT on FreeBSD too"

Philip Withnall requested to merge wip/pwithnall/3415-freebsd-gmodule into main

This reverts commit bb2ab264.

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 (closed).

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

Fixes: #3415 (closed)

Merge request reports