summaryrefslogtreecommitdiff
path: root/taler-build/update_gnunet.sh
diff options
context:
space:
mode:
Diffstat (limited to 'taler-build/update_gnunet.sh')
-rwxr-xr-xtaler-build/update_gnunet.sh7
1 files changed, 6 insertions, 1 deletions
diff --git a/taler-build/update_gnunet.sh b/taler-build/update_gnunet.sh
index 7e8aa27..3e89e07 100755
--- a/taler-build/update_gnunet.sh
+++ b/taler-build/update_gnunet.sh
@@ -11,5 +11,10 @@ branch=$(git rev-parse --abbrev-ref --symbolic-full-name @{u} 2>/dev/null || ech
git reset --hard "$branch"
./bootstrap
-./configure --prefix=$HOME/local --enable-logging=verbose --with-libgnurl=$HOME/local --with-microhttpd=$HOME/local
+./configure --prefix=$HOME/local \
+ --enable-logging=verbose \
+ --with-libgnurl=$HOME/local \
+ --with-microhttpd=$HOME/local \
+ --disable-documentation
+
make install -j1