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