summaryrefslogtreecommitdiff
path: root/taler-build/update_libmicrohttpd.sh
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-04-24 21:55:56 +0200
committerFlorian Dold <florian.dold@gmail.com>2016-04-24 21:55:56 +0200
commitbcd09e9a0036c004c1a1c0dbd58c67e716cea786 (patch)
tree08f9b6044be240f0bf82dcf4d2928ccf21d7b220 /taler-build/update_libmicrohttpd.sh
parent8d43fd25ef96226d0f0fdf19b5bc792cd6142dd4 (diff)
downloaddeployment-bcd09e9a0036c004c1a1c0dbd58c67e716cea786.tar.gz
deployment-bcd09e9a0036c004c1a1c0dbd58c67e716cea786.tar.bz2
deployment-bcd09e9a0036c004c1a1c0dbd58c67e716cea786.zip
makefiles
Diffstat (limited to 'taler-build/update_libmicrohttpd.sh')
-rwxr-xr-xtaler-build/update_libmicrohttpd.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/taler-build/update_libmicrohttpd.sh b/taler-build/update_libmicrohttpd.sh
new file mode 100755
index 0000000..c2f202a
--- /dev/null
+++ b/taler-build/update_libmicrohttpd.sh
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+base=${TALER_DEPLOYMENT_BASE:-$HOME}
+
+cd $base/libmicrohttpd/ && \
+ svn revert -R . && \
+ svn update && \
+ ./bootstrap \
+ ./configure --prefix=$base/local \
+ make && \
+ make install