Revert "gmodule-dl: Use RTLD_DEFAULT on FreeBSD too"
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)