aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-build-collect.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2023-09-19 23:39:40 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2023-09-25 11:35:25 +0300
commit57637947f4ab41c43cbf775959bcde39f1d36403 (patch)
tree9020eaf36d2db1c945995371516a7156955343c7 /bpkg/pkg-build-collect.hxx
parentda825584c23df8574afc0ec1a40403125396ee6d (diff)
Fix configuration negotiation not to compare dependency's config checksums if collection is postponed
Diffstat (limited to 'bpkg/pkg-build-collect.hxx')
-rw-r--r--bpkg/pkg-build-collect.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/bpkg/pkg-build-collect.hxx b/bpkg/pkg-build-collect.hxx
index d3bcb79..d5a07b5 100644
--- a/bpkg/pkg-build-collect.hxx
+++ b/bpkg/pkg-build-collect.hxx
@@ -184,6 +184,12 @@ namespace bpkg
//
bool recursive_collection;
+ // Return true if the recursive collection started but has been postponed
+ // for any reason.
+ //
+ bool
+ recursive_collection_postponed () const;
+
// Hold flags. Note that we only "increase" the hold_package value that is
// already in the selected package.
//