From e9a52231afe3c69f848a82ff9dd34d5d275aaa72 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Fri, 12 Feb 2021 19:35:23 +0000 Subject: - Mark MAKE_JOBS_UNSAFE, fails sporadically in parallel build PR: 226052 Reported by: truckman --- net/libstorj/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/net/libstorj/Makefile b/net/libstorj/Makefile index b5ee163a1827..92d057f9ee9e 100644 --- a/net/libstorj/Makefile +++ b/net/libstorj/Makefile @@ -32,6 +32,7 @@ GH_ACCOUNT= Storj GNU_CONFIGURE= yes USE_LDCONFIG= yes +MAKE_JOBS_UNSAFE= yes # ./storjtests.h:10:10: fatal error: 'mockbridgeinfo.json.h' file not found #CFLAGS+= -I. -I${LOCALBASE}/include #LDFLAGS+= -L. -L${LOCALBASE}/lib -- cgit v1.2.3