Closed Kimahriman closed 5 months ago
Resolves #126
Load libgssapi_krb5 library at runtime with libloading instead of using the libgssapi crate. This removes the compile time link and the need to include newer clang libs for running bindgen at compile time.
libgssapi_krb5
libloading
libgssapi
Resolves #126
Load
libgssapi_krb5
library at runtime withlibloading
instead of using thelibgssapi
crate. This removes the compile time link and the need to include newer clang libs for running bindgen at compile time.