Tags: patch pending --
Hi, it seems there's a race condition that happens when trying to build libjpeg.a in directory jpeg-6b-steg (seen with make -j8). libjpeg.a: ansi2knr $(LIBOBJECTS) launches both compilation of ansi2knr and $(LIBOBJECTS) but the latter needs ansi2knr before it's compiled. So I make $(LIBOBJECTS) depend on ansi2knr. Here is a merge request with a patch to fix this. https://salsa.debian.org/pkg-security-team/outguess/merge_requests/2 I could reproduce the bug on plummer (ppc64el porterbox) and check the fix. F.
pgp5Dylqv3Jzs.pgp
Description: PGP signature

