Skip to content
Snippets Groups Projects
Commit d3cd7c25 authored by Palle Girgensohn's avatar Palle Girgensohn
Browse files

postgresql??-*: Revert fix to allow MAKE_JOBS

postgresql??-contrib fails to build for versions below 13 when building
in parallel. Needs more investigation.
parent b845a14f
No related branches found
No related tags found
No related merge requests found
......@@ -288,7 +288,7 @@ pre-build:
do-build:
@ cd ${WRKSRC}/src/backend && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} symlinks
@ for dir in ${BUILD_DIRS}; do \
cd ${WRKSRC}/$${dir} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${_MAKE_JOBS}; \
cd ${WRKSRC}/$${dir} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD}; \
done
. if exists(${FILESDIR}/pkg-message${COMPONENT}.in)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment