bash/bash-2.05b-pgrp_sync.patch
Siteshwar Vashisht 068c9df7a0 Update to bash-5.2
- Remove bash-infotags.patch as it's in upstream now.

Resolves: #2129927
2022-10-04 11:33:36 +02:00

13 lines
376 B
Diff

diff --git a/aclocal.m4 b/aclocal.m4
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -1324,7 +1324,7 @@ main()
wait(&status);
exit(ok ? 0 : 5);
}
-]])], [bash_cv_pgrp_pipe=no], [bash_cv_pgrp_pipe=yes],
+]])], [bash_cv_pgrp_pipe=yes], [bash_cv_pgrp_pipe=yes],
[AC_MSG_WARN(cannot check pgrp synchronization if cross compiling -- defaulting to no)
bash_cv_pgrp_pipe=no]
)])