summaryrefslogtreecommitdiff
path: root/bin/taler-deployment
diff options
context:
space:
mode:
Diffstat (limited to 'bin/taler-deployment')
-rwxr-xr-xbin/taler-deployment5
1 files changed, 0 insertions, 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}",