Fix parallel builds (Closes: #909442)
On build machines with many cpus, race conditions can happen in jpeg-6b-steg directory where : libjpeg.a: ansi2knr $(LIBOBJECTS) launches both compilation of ansi2knr and $(LIBOBJECTS) but the latter needs ansi2knr. So make $(LIBOBJECTS) depend on ansi2knr.
Loading
Please register or sign in to comment