summaryrefslogtreecommitdiff
path: root/Jamroot.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2026-04-11 18:12:51 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2026-04-11 18:12:51 +0100
commit3ce6cf305572709332d7329674ec45c987a093ad (patch)
tree75a018f6dcf929182961bddca7601181fac415e4 /Jamroot.jam
parent72bfa9dd305258789b0d2e80f8af13962e5aac42 (diff)
downloadwebstat-3ce6cf305572709332d7329674ec45c987a093ad.tar.bz2
webstat-3ce6cf305572709332d7329674ec45c987a093ad.tar.xz
webstat-3ce6cf305572709332d7329674ec45c987a093ad.zip
Introduce MD5 from libmd, use it for hashing queuedLines for park path
Diffstat (limited to 'Jamroot.jam')
-rw-r--r--Jamroot.jam1
1 files changed, 1 insertions, 0 deletions
diff --git a/Jamroot.jam b/Jamroot.jam
index 2f38c94..37e4a0e 100644
--- a/Jamroot.jam
+++ b/Jamroot.jam
@@ -13,6 +13,7 @@ lib adhocutil : : <link>shared : : <include>/usr/include/adhocutil <library>glib
lib dbppcore : : <link>shared : : <include>/usr/include/dbpp <library>adhocutil ;
lib dbpp-postgresql : : <link>shared : : <include>/usr/include/dbpp-postgresql <library>dbppcore ;
lib z : : <link>shared ;
+lib md : : <link>shared ;
project webstat : requirements
<cxxstd>26