mirror of
https://github.com/genodelabs/genode.git
synced 2025-05-28 13:14:26 +00:00
As it turns out using -fPIC was not the issue but discarding certain sections. The policy_module_table is now located in .data.rel which needs to be at the beginning of the binary. Fixes #849.