From d67acf55e8781097aef94f7c027b6817bf2206b2 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 28 Apr 2021 14:20:19 +0200 Subject: remove gnurl --- bin/taler-deployment | 5 ----- 1 file changed, 5 deletions(-) diff --git a/bin/taler-deployment b/bin/taler-deployment index 6ecb171..acd9b70 100755 --- 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}", -- cgit v1.2.3