mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-20 22:11:39 +02:00
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.
This commit is contained in:
parent
127d83250d
commit
5ba7c83a50
4
sdk_container/src/third_party/coreos-overlay/coreos/config/env/app-crypt/mit-krb5
vendored
Normal file
4
sdk_container/src/third_party/coreos-overlay/coreos/config/env/app-crypt/mit-krb5
vendored
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user