opnsense-ports/shells/bash/files/patch-configure
Franco Fichtner c5ff203cde shells/bash: sync with upstream
Taken from: FreeBSD
2022-10-05 08:51:50 +02:00

11 lines
411 B
Text

--- configure.orig 2022-09-23 14:13:22 UTC
+++ configure
@@ -20443,7 +20443,7 @@ fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $bash_cv_func_strtoimax" >&5
printf "%s\n" "$bash_cv_func_strtoimax" >&6; }
-if test $bash_cv_func_strtoimax = yes; then
+if test $bash_cv_func_strtoimax = no ; then
case " $LIBOBJS " in
*" strtoimax.$ac_objext "* ) ;;
*) LIBOBJS="$LIBOBJS strtoimax.$ac_objext"