From 57637947f4ab41c43cbf775959bcde39f1d36403 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 19 Sep 2023 23:39:40 +0300 Subject: Fix configuration negotiation not to compare dependency's config checksums if collection is postponed --- bpkg/pkg-build-collect.hxx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'bpkg/pkg-build-collect.hxx') 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. // -- cgit v1.1