summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-04-28 14:20:19 +0200
committerChristian Grothoff <christian@grothoff.org>2021-04-28 14:20:19 +0200
commitd67acf55e8781097aef94f7c027b6817bf2206b2 (patch)
tree92db7b5d1d42c963e3ccdb213f2bbdac94b1eea8
parentd36d481182ba8e74e868d27b3cbd2d733a314ec6 (diff)
downloaddeployment-d67acf55e8781097aef94f7c027b6817bf2206b2.tar.gz
deployment-d67acf55e8781097aef94f7c027b6817bf2206b2.tar.bz2
deployment-d67acf55e8781097aef94f7c027b6817bf2206b2.zip
remove gnurl
-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}",