From 571a0278d0a4bf2117b54c4b52e5a1c8b9343b7e Mon Sep 17 00:00:00 2001 From: Thomas Reim Date: Thu, 28 Jul 2022 09:50:57 +0200 Subject: [PATCH 1/4] autofs-5.1.8 - restore gcc flags after autoconf Kerberos 5 check Heavily modified LIBS and CFLAGS harm succeeding configure checks Signed-off-by: Thomas Reim --- aclocal.m4 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aclocal.m4 b/aclocal.m4 index 33561aa..c671b5b 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -296,6 +296,9 @@ else LIBS="$LIBS $KRB5_LIBS" AC_CHECK_FUNCS([krb5_principal_get_realm]) + + CFLAGS="$SAVE_CFLAGS" + LIBS="$SAVE_LIBS" fi]) dnl -------------------------------------------------------------------------- -- 2.37.1