Skip to content
Snippets Groups Projects
Commit 20939600 authored by Stepan Salenikovich's avatar Stepan Salenikovich Committed by Alexandre Viau
Browse files

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: default avatarAlexandre Viau <alexandre.viau@savoirfairelinux.com>
Change-Id: I79648cbb676e977679498c3078caeec4aaf1330e
parent 9ee7744a
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ cd contrib
mkdir -p native
cd native
../bootstrap
make -j2
make
cd "${DAEMON}"
./autogen.sh
if $global; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment