From 209396006661abd573dbf07731cc7ede5e2a994d Mon Sep 17 00:00:00 2001 From: Stepan Salenikovich <stepan.salenikovich@savoirfairelinux.com> Date: Wed, 7 Sep 2016 10:07:32 -0400 Subject: [PATCH] make-ring: don't build contrib in parallel Making contrib with the -j option changes the order of the linker flags in some cases and causes the build of the daemon to fail during linking. Reviewed-by: Alexandre Viau <alexandre.viau@savoirfairelinux.com> Change-Id: I79648cbb676e977679498c3078caeec4aaf1330e --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index fe5d3df7..d780f1e8 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -61,7 +61,7 @@ cd contrib mkdir -p native cd native ../bootstrap -make -j2 +make cd "${DAEMON}" ./autogen.sh if $global; then -- GitLab