taler-deployment

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

commit d67acf55e8781097aef94f7c027b6817bf2206b2
parent d36d481182ba8e74e868d27b3cbd2d733a314ec6
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 28 Apr 2021 14:20:19 +0200

remove gnurl

Diffstat:
Mbin/taler-deployment | 5-----
1 file changed, 0 insertions(+), 5 deletions(-)

diff --git a/bin/taler-deployment b/bin/taler-deployment @@ -155,7 +155,6 @@ def build_gnunet(r: Repo, p: Path): pfx = Path.home() / "local" default_configure( "--enable-logging=verbose", - f"--with-libgnurl={pfx}", f"--with-microhttpd={pfx}", "--disable-documentation", ) @@ -170,7 +169,6 @@ def build_exchange(r: Repo, p: Path): default_configure( "CFLAGS=-ggdb -O0", "--enable-logging=verbose", - f"--with-libgnurl={pfx}", f"--with-microhttpd={pfx}", f"--with-gnunet={pfx}", ) @@ -206,7 +204,6 @@ def build_merchant(r, p): default_configure( "CFLAGS=-ggdb -O0", "--enable-logging=verbose", - f"--with-libgnurl={pfx}", f"--with-microhttpd={pfx}", f"--with-exchange={pfx}", f"--with-gnunet={pfx}", @@ -222,7 +219,6 @@ def build_sync(r, p): default_configure( "CFLAGS=-ggdb -O0", "--enable-logging=verbose", - f"--with-libgnurl={pfx}", f"--with-microhttpd={pfx}", f"--with-exchange={pfx}", f"--with-merchant={pfx}", @@ -240,7 +236,6 @@ def build_anastasis(r, p): default_configure( "CFLAGS=-ggdb -O0", "--enable-logging=verbose", - f"--with-libgnurl={pfx}", f"--with-microhttpd={pfx}", f"--with-exchange={pfx}", f"--with-merchant={pfx}",