From 1217d6c0fadc00ea3aba0c813feae83d0e58c468 Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Thu, 18 Aug 2022 10:43:32 +0200 Subject: [PATCH] coreos/config: Add a fix for dev-libs/cyrus-sasl cross-compilation --- .../coreos-overlay/coreos/config/env/dev-libs/cyrus-sasl | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sdk_container/src/third_party/coreos-overlay/coreos/config/env/dev-libs/cyrus-sasl diff --git a/sdk_container/src/third_party/coreos-overlay/coreos/config/env/dev-libs/cyrus-sasl b/sdk_container/src/third_party/coreos-overlay/coreos/config/env/dev-libs/cyrus-sasl new file mode 100644 index 0000000000..f730ae0878 --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/coreos/config/env/dev-libs/cyrus-sasl @@ -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