From 09f7d7a3a4230e23be476b70d8e74f0205bc222e Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Wed, 16 Jan 2019 14:17:29 -0500 Subject: [PATCH] rdd: resolve parallel issues and build failures by just building the stupid lib first. tested with -j on my build box --- app-forensics/rdd/rdd-3.0.4-r4.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-forensics/rdd/rdd-3.0.4-r4.ebuild b/app-forensics/rdd/rdd-3.0.4-r4.ebuild index 7eb409b19..7dc36c36a 100644 --- a/app-forensics/rdd/rdd-3.0.4-r4.ebuild +++ b/app-forensics/rdd/rdd-3.0.4-r4.ebuild @@ -77,7 +77,8 @@ src_configure() { } src_compile() { - emake -j1 + emake librdd.la + emake } src_install() {