logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git

erlang-24.0.2-serial-configure.patch (586B)


  1. https://bugs.gentoo.org/790563
  2. --- a/configure
  3. +++ b/configure
  4. @@ -355,7 +355,7 @@ for app_dir in $app_dirs; do
  5. echo ""
  6. elif test $app_dir != erts; then
  7. echo $cmd_str >./configure.result.command
  8. - eval $cmd_str 1>./configure.result.stdout 2>./configure.result.stderr || echo "fatal" > "./configure.result.failed" &
  9. + eval $cmd_str 1>./configure.result.stdout 2>./configure.result.stderr || echo "fatal" > "./configure.result.failed"
  10. else
  11. # ERTS configure gets to use stdout/stderr; the others are printed when done...
  12. echo "=== Running configure in $ERL_TOP/erts ==="