libunwind: update to 1.8.1
[openadk.git] / package / monit / patches / patch-configure
blob5908d3b705df0b01f38a2b2f57cb67deaa217504
1 --- monit-5.33.0.orig/configure 2023-02-11 11:29:07.000000000 +0100
2 +++ monit-5.33.0/configure      2024-02-13 16:51:40.139483822 +0100
3 @@ -5428,46 +5428,6 @@ else $as_nop
4    :
5  fi
6  
7 -if test `uname` != "AIX"; then
8 -        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts -fstack-protector-all" >&5
9 -printf %s "checking whether C compiler accepts -fstack-protector-all... " >&6; }
10 -if test ${ax_cv_check_cflags___fstack_protector_all+y}
11 -then :
12 -  printf %s "(cached) " >&6
13 -else $as_nop
15 -  ax_check_save_flags=$CFLAGS
16 -  CFLAGS="$CFLAGS  -fstack-protector-all"
17 -  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18 -/* end confdefs.h.  */
20 -int
21 -main (void)
24 -  ;
25 -  return 0;
27 -_ACEOF
28 -if ac_fn_c_try_compile "$LINENO"
29 -then :
30 -  ax_cv_check_cflags___fstack_protector_all=yes
31 -else $as_nop
32 -  ax_cv_check_cflags___fstack_protector_all=no
33 -fi
34 -rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
35 -  CFLAGS=$ax_check_save_flags
36 -fi
37 -{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ax_cv_check_cflags___fstack_protector_all" >&5
38 -printf "%s\n" "$ax_cv_check_cflags___fstack_protector_all" >&6; }
39 -if test "x$ax_cv_check_cflags___fstack_protector_all" = xyes
40 -then :
41 -  CFLAGS="$CFLAGS -fstack-protector-all"
42 -else $as_nop
43 -  :
44 -fi
46 -fi
49  # ------------------------------------------------------------------------