summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/taler-deployment5
1 files changed, 0 insertions, 5 deletions
diff --git a/bin/taler-deployment b/bin/taler-deployment
index 695faed..2df86da 100755
--- a/bin/taler-deployment
+++ b/bin/taler-deployment
@@ -158,7 +158,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",
)
@@ -173,7 +172,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}",
)
@@ -209,7 +207,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}",
@@ -225,7 +222,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}",
@@ -243,7 +239,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}",