In order to use Haiku on my laptop I really need some form of drive encryption. I was almost able to compile GitHub - axeld/driveencryption: DriveEncryption for Haiku on x86_64, but I’m stuck at the linking stage:
The __dso_handle
error is caused by -nostdlib
, a flag which seems to be implicitly set when building drivers. I don’t know what to try from here. Any ideas?