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:
Michael Marineau 2014-07-28 18:28:45 -07:00
parent 127d83250d
commit 5ba7c83a50

View 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