Commit bb8e5d60 authored by Rafaël Carré's avatar Rafaël Carré

contrib: openjpeg: make sure we run only 1 job at once

parent ffb010c0
......@@ -16,5 +16,5 @@ openjpeg: openjpeg_v$(OPENJPEG_VERSION).tgz .sum-openjpeg
.openjpeg: openjpeg
$(RECONF)
cd $< && $(HOSTVARS) ./configure --enable-png=no --enable-tiff=no $(HOSTCONF)
cd $< && $(MAKE) install
cd $< && $(MAKE) -j1 install
touch $@
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