From 5ba7c83a506155ef25b65f6cb94f442a2e6c09f7 Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Mon, 28 Jul 2014 18:28:45 -0700 Subject: [PATCH] mit-krb5: work around broken autoconf tests The configure script attempts several tests that cannot be used when cross compiling. Export the various autoconf vars instead. --- .../coreos-overlay/coreos/config/env/app-crypt/mit-krb5 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sdk_container/src/third_party/coreos-overlay/coreos/config/env/app-crypt/mit-krb5 diff --git a/sdk_container/src/third_party/coreos-overlay/coreos/config/env/app-crypt/mit-krb5 b/sdk_container/src/third_party/coreos-overlay/coreos/config/env/app-crypt/mit-krb5 new file mode 100644 index 0000000000..18e79e42f3 --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/coreos/config/env/app-crypt/mit-krb5 @@ -0,0 +1,4 @@ +# work around configure test that cannot be cross compiled :( +export krb5_cv_attr_constructor_destructor=yes,yes +export ac_cv_func_regcomp=yes +export ac_cv_printf_positional=yes