summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--buildbot/master.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 7f69cb9..35a2dde 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -72,7 +72,7 @@ exchangeBuild.addStep(ShellCommand(
descriptionDone="bootstraped",
command=["./bootstrap"],
hideStepIf=True))
-exchangeBuild.addStep(Configure(command=["./configure", "--prefix="+local, "--with-gnunet=+local"]))
+exchangeBuild.addStep(Configure(command=["./configure", "--prefix="+local, "--with-gnunet="+local]))
exchangeBuild.addStep(Compile(command=["make"]))
exchangeBuild.addStep(ShellCommand(name="Install",
description="Installing",
@@ -102,7 +102,7 @@ exchangePerf.addStep(ShellCommand(
descriptionDone="bootstraped",
command=["./bootstrap"],
hideStepIf=True))
-exchangePerf.addStep(Configure(command=["./configure", "--prefix="+local, "--with-gnunet=+local"]))
+exchangePerf.addStep(Configure(command=["./configure", "--prefix="+local, "--with-gnunet="+local]))
exchangePerf.addStep(Compile(command=["make"]))
exchangePerf.addStep(Compile(command=["make","-C","src/exchangedb/","perf-exchangedb"]))