From c7b104cffb90c2d523e10750945a0234508c4495 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 17 Jun 2022 19:44:08 +0300 Subject: Varios cleanups --- bpkg/pkg-configure.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bpkg/pkg-configure.cxx') diff --git a/bpkg/pkg-configure.cxx b/bpkg/pkg-configure.cxx index 854e5e1..a86752e 100644 --- a/bpkg/pkg-configure.cxx +++ b/bpkg/pkg-configure.cxx @@ -342,6 +342,7 @@ namespace bpkg const vector* alts, package_skeleton&& ps, const vector* pps, + bool disfigured, bool simulate, const function& fdb) { @@ -365,8 +366,6 @@ namespace bpkg l4 ([&]{trace << "src_root: " << src_root << ", " << "out_root: " << out_root;}); - bool disfigured (ps.disfigure_); // @@ TMP-K pass explicitly. - // Verify all our prerequisites are configured and populate the // prerequisites list. // @@ -628,6 +627,7 @@ namespace bpkg move (src_root), move (out_root)), nullptr /* prerequisites */, + false /* disfigured */, false /* simulate */); } -- cgit v1.1