From 6eafb8d4bbc9bfdd225723dbd1ed902d722c7f71 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Wed, 7 Mar 2018 19:33:36 +0000 Subject: Use curl instead of libxml2's networking as we need more control over HTTP requests --- service/Jamfile.jam | 2 ++ 1 file changed, 2 insertions(+) (limited to 'service/Jamfile.jam') diff --git a/service/Jamfile.jam b/service/Jamfile.jam index e7bfed9..8f15002 100644 --- a/service/Jamfile.jam +++ b/service/Jamfile.jam @@ -5,11 +5,13 @@ import testing ; lib boost_utf : : boost_unit_test_framework ; lib dbpp-postgresql : : : : /usr/include/dbpp-postgresql ; lib dryice : : : : /usr/include/icetray ; +lib curl ; lib mirrorsearch : [ glob *.cpp *.ice sql/*.sql : test.cpp ] : yes + curl ..//adhocutil ..//dbppcore ..//boost_system -- cgit v1.2.3