commit bb9ac5aaf83c4584be2f84c5dc12c23d7c0022e2
parent 5a8b90a2092fe7a72b777563e28a46b994d7e14e
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date: Wed, 19 Jul 2017 09:31:49 +0200
fix gnunet parallel build (use -j1)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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