We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f3fb50 commit c48d8e0Copy full SHA for c48d8e0
build-ffmpeg
@@ -344,7 +344,10 @@ if build "giflib" "5.2.1"; then
344
download "https://sourceforge.net/p/giflib/bugs/_discuss/thread/4e811ad29b/c323/attachment/Makefile.patch"
345
execute patch "${PACKAGES}/giflib-5.2.1/Makefile" ${PACKAGES}/Makefile.patch""
346
fi
347
- execute make -j $MJOBS
+ # Descript: compilation will fail with more than 8 jobs, so
348
+ # force to not run in parallel
349
+ #execute make -j $MJOBS
350
+ execute make
351
execute make PREFIX="${WORKSPACE}" install
352
build_done "giflib" "5.2.1"
353
0 commit comments