Commit c3c83510 authored by Łukasz Nowak's avatar Łukasz Nowak

- force synchronous building of pdftk, as parallel one dies without any information


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44793 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1a45d21c
......@@ -42,7 +42,9 @@ configure-command = true
patches =
${pdftk-1.44-Makefile.Base-DEST-LDFLAGS.patch:location}/${pdftk-1.44-Makefile.Base-DEST-LDFLAGS.patch:filename}
patch-options = -p1
# pdftk does not work correcly with parallel building
make-options =
-j1
-f Makefile.Redhat
DEST=${buildout:parts-directory}/${:_buildout_section_name_}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment