To help with portability, we should dynamically link to libgssapi_krb5 using libloading instead of using a compile to link. This will make it simple to cross-compile for various targets, as well as include in downstream wheels without needing to build via QEMU to get the right architecture for packaging the dynamic libraries
To help with portability, we should dynamically link to libgssapi_krb5 using
libloading
instead of using a compile to link. This will make it simple to cross-compile for various targets, as well as include in downstream wheels without needing to build via QEMU to get the right architecture for packaging the dynamic libraries