Skip to content

build: Switch from krb5-config to pkg-config for gssapi

Patrick Griffis requested to merge pgriffis/krb5-pc into master

This is more simple and we already depend on pkg-config heavily.

This fixed linker errors on my system though the reason is unclear as both output -lgssapi_krb5 (krb5-config includes other libs that are not actually needed). So this may be a meson issue in how declare_dependency() works. No matter the cause it seems unnecessary.

Edited by Patrick Griffis

Merge request reports

Loading