From 5b2166496e5f3ff2c4276e0b5b28f109c70673d5 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Wed, 15 Apr 2026 12:03:21 +0100 Subject: Replace use of crc32 for entity id Entity value is MD5 hashed same as DB unique key, but the id itself is now taken from the DB primary key which is sequence generated. --- Jamroot.jam | 1 - 1 file changed, 1 deletion(-) (limited to 'Jamroot.jam') diff --git a/Jamroot.jam b/Jamroot.jam index 37e4a0e..37f97a6 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -12,7 +12,6 @@ lib boost_po : : shared boost_program_options ; lib adhocutil : : shared : : /usr/include/adhocutil glibmm ; lib dbppcore : : shared : : /usr/include/dbpp adhocutil ; lib dbpp-postgresql : : shared : : /usr/include/dbpp-postgresql dbppcore ; -lib z : : shared ; lib md : : shared ; project webstat : requirements -- cgit v1.3