summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtaler-build/update_libmicrohttpd.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/taler-build/update_libmicrohttpd.sh b/taler-build/update_libmicrohttpd.sh
index 56b8837..3168507 100755
--- a/taler-build/update_libmicrohttpd.sh
+++ b/taler-build/update_libmicrohttpd.sh
@@ -9,6 +9,7 @@ branch=$(git rev-parse --abbrev-ref --symbolic-full-name @{u} 2>/dev/null || ech
git reset --hard "$branch"
./bootstrap
-./configure --prefix=$HOME/local
+./configure --prefix=$HOME/local \
+ --with-gnutls=/usr/local # Debian packages are too old.
make
make install