summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2021-10-03 19:37:07 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2021-10-03 19:37:07 +0100
commit2cf3f08eafbcfa777cc1ccea5cf3b4ef4cf65cec (patch)
tree16c98c9befb431ceaa63ff6a314484f90f4e063f
parentUpdate to C++20 for constexpr virtual destructors required for new Slicer (diff)
downloadgentoobrowse-api-2cf3f08eafbcfa777cc1ccea5cf3b4ef4cf65cec.tar.bz2
gentoobrowse-api-2cf3f08eafbcfa777cc1ccea5cf3b4ef4cf65cec.tar.xz
gentoobrowse-api-2cf3f08eafbcfa777cc1ccea5cf3b4ef4cf65cec.zip
Add missing link to libcurl
-rw-r--r--gentoobrowse-api/service/Jamfile.jam2
1 files changed, 2 insertions, 0 deletions
diff --git a/gentoobrowse-api/service/Jamfile.jam b/gentoobrowse-api/service/Jamfile.jam
index bcd52ff..043563f 100644
--- a/gentoobrowse-api/service/Jamfile.jam
+++ b/gentoobrowse-api/service/Jamfile.jam
@@ -17,6 +17,7 @@ IMPORT $(__name__) : xxd.i : : xxd.i ;
lib icetray : : : : <include>/usr/include/icetray ;
lib git2 ;
lib exslt ;
+lib curl ;
lib xslt : : : : <include>/usr/include/libxslt ;
lib slicer-xml ;
lib esmtp ;
@@ -34,6 +35,7 @@ lib gentoobrowse-service++11 :
<library>xslt
<library>exslt
<library>esmtp
+ <library>curl
<library>systemd
<library>..//dbppcore
<library>..//IceBox