Skip to content

gnu: add binding for 'relocate' APIs

Reuben Thomas requested to merge rrt/vala:main into main

This MR adds support for gnulib's relocate module, which allows programs and libraries to find files relative to the program binary or shared library respectively, allowing the program or library to be moved ("relocated") in the file system without losing functionality.

This functionality is used for example by the recently released libenchant 2.7, newly translated into Vala.

Merge request reports