coreos/config: Add a fix for dev-libs/cyrus-sasl cross-compilation

This commit is contained in:
Krzesimir Nowak 2022-08-18 10:43:32 +02:00
parent 723745befc
commit 1217d6c0fa

View File

@ -0,0 +1,5 @@
# Checking if a GSSAPI implementation supports SPNEGO feature involves
# running a binary built during the configuration phase. This
# obviously won't work in case of cross-compilation, so we state up
# front that SPNEGO is supported.
export ac_cv_gssapi_supports_spnego=yes