aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-configure.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2023-07-18 18:14:07 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2023-07-19 12:45:26 +0300
commitc279979af18d59d935512d91c7e75762b914bdfd (patch)
treec4ca714c0b8e417263c55e8abb40a9927b80054f /bpkg/pkg-configure.hxx
parentc48b045245e3fa019d3fe41b7ea5e77369629156 (diff)
Don't reconfigure dependency if negotiated configuration doesn't change
Diffstat (limited to 'bpkg/pkg-configure.hxx')
-rw-r--r--bpkg/pkg-configure.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/bpkg/pkg-configure.hxx b/bpkg/pkg-configure.hxx
index 099e1e8..24e06a3 100644
--- a/bpkg/pkg-configure.hxx
+++ b/bpkg/pkg-configure.hxx
@@ -83,6 +83,11 @@ namespace bpkg
// config_variables member.
//
vector<config_variable> config_sources; // Note: name and source.
+
+ // SHA256 checksum of variables (names and values) referred to by the
+ // config_sources member.
+ //
+ string config_checksum;
};
// Return the "would be" state for packages that would be configured