summaryrefslogtreecommitdiff
path: root/service/Jamfile.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2018-03-07 19:33:36 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2018-03-07 19:33:36 +0000
commit6eafb8d4bbc9bfdd225723dbd1ed902d722c7f71 (patch)
tree2b11754eede3d672d47310645db9f023131497a5 /service/Jamfile.jam
parentStore parser flags in service config (diff)
downloadmirrorsearch-6eafb8d4bbc9bfdd225723dbd1ed902d722c7f71.tar.bz2
mirrorsearch-6eafb8d4bbc9bfdd225723dbd1ed902d722c7f71.tar.xz
mirrorsearch-6eafb8d4bbc9bfdd225723dbd1ed902d722c7f71.zip
Use curl instead of libxml2's networking as we need more control over HTTP requests
Diffstat (limited to 'service/Jamfile.jam')
-rw-r--r--service/Jamfile.jam2
1 files changed, 2 insertions, 0 deletions
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 : : <name>boost_unit_test_framework ;
lib dbpp-postgresql : : : : <include>/usr/include/dbpp-postgresql ;
lib dryice : : : : <include>/usr/include/icetray ;
+lib curl ;
lib mirrorsearch :
[ glob *.cpp *.ice sql/*.sql : test.cpp ]
:
<slicer>yes
+ <library>curl
<library>..//adhocutil
<library>..//dbppcore
<library>..//boost_system