builder: fix openssl parallel make patch
Fix sed regex for the openssl POST_CONFIGURE to work with the mac/BSD sed (anchor to beginning of line.)
This commit is contained in:
parent
cf3ed8f370
commit
d725978abf
|
@ -323,7 +323,7 @@ DIST_POST_BUILD="$DIST_POST_BUILD
|
|||
|
||||
DIST_POST_CONFIGURE="$DIST_POST_CONFIGURE
|
||||
openssl sed -E -i.bak ' \
|
||||
s/([^\\t]+\\\$\\((BUILD_ONE_CMD|RECURSIVE_BUILD_CMD|RECURSIVE_MAKE)\\))/+ \1/ \
|
||||
s/^(\\t+)([^\\t]+\\\$\\((BUILD_ONE_CMD|RECURSIVE_BUILD_CMD|RECURSIVE_MAKE)\\))/\1+ \2/ \
|
||||
' \$(find . -name Makefile);
|
||||
"
|
||||
|
||||
|
|
Loading…
Reference in New Issue