From fd2c0dc9707714d82580dc61854efc06335e6091 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 6 Oct 2015 08:43:01 +0200 Subject: Track prerequisite packages, handle in pkg-{con,dis}figure --- bpkg/pkg-fetch.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bpkg/pkg-fetch.cxx') diff --git a/bpkg/pkg-fetch.cxx b/bpkg/pkg-fetch.cxx index b1e5253..4a2a9ea 100644 --- a/bpkg/pkg-fetch.cxx +++ b/bpkg/pkg-fetch.cxx @@ -145,7 +145,8 @@ namespace bpkg purge, nullopt, // No source directory yet. false, - nullopt // No output directory yet. + nullopt, // No output directory yet. + {} // No prerequisites captured yet. }); db.persist (p); -- cgit v1.1