taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 9fdab13b5c3113752329d580b9ee74212aea429c
parent c7be8cdd124a159e2e2e54300fb517ccb65e6274
Author: Florian Dold <florian.dold@gmail.com>
Date:   Tue, 26 Apr 2016 02:11:51 +0200

gnunet build

Diffstat:
Mtaler-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 @@ -6,6 +6,6 @@ cd $base/gnunet/ && \ svn revert -R . && \ svn update && \ ./bootstrap && \ - ./configure --prefix=$base/local --enable-logging=verbose && \ + ./configure --prefix=$base/local --enable-logging=verbose --with-libgnurl=$base/local --with-microhttps=$base/local && \ make && \ make install