From bb9ac5aaf83c4584be2f84c5dc12c23d7c0022e2 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Wed, 19 Jul 2017 09:31:49 +0200 Subject: fix gnunet parallel build (use -j1) --- taler-build/update_gnunet.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taler-build/update_gnunet.sh b/taler-build/update_gnunet.sh index 697f8de..7e8aa27 100755 --- a/taler-build/update_gnunet.sh +++ b/taler-build/update_gnunet.sh @@ -12,4 +12,4 @@ git reset --hard "$branch" ./bootstrap ./configure --prefix=$HOME/local --enable-logging=verbose --with-libgnurl=$HOME/local --with-microhttpd=$HOME/local -make install -j4 +make install -j1 -- cgit v1.2.3