summaryrefslogtreecommitdiff
path: root/site
diff options
context:
space:
mode:
Diffstat (limited to 'site')
-rw-r--r--site/Jamfile.jam6
1 files changed, 2 insertions, 4 deletions
diff --git a/site/Jamfile.jam b/site/Jamfile.jam
index f835fb9..3dcf908 100644
--- a/site/Jamfile.jam
+++ b/site/Jamfile.jam
@@ -7,8 +7,7 @@ lib icespider-fcgi ;
lib icespider-testing ;
lib adhocutil ;
lib pthread ;
-lib boost_system ;
-lib boost_filesystem ;
+lib stdc++fs ;
lib slicer ;
lib slicer-json ;
lib slicer-db ;
@@ -25,7 +24,6 @@ lib icespider : :
<library>..//Ice
<library>pthread
<library>slicer
- <library>boost_system
;
alias mirrorsearchsite :
@@ -62,7 +60,7 @@ run
mirrorsearchsite
: : :
<slicer>yes
- <library>boost_filesystem
+ <library>stdc++fs
<library>icespider-testing
<library>boost_unit_test_framework
<library>../service//mirrorsearch-service++11