From 856c55d0f8c50d0f371a546e4231e0f415975690 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 16 Jun 2022 09:43:32 +0200 Subject: Initial support for negotiation with system dependencies --- bpkg/pkg-configure.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bpkg/pkg-configure.cxx') diff --git a/bpkg/pkg-configure.cxx b/bpkg/pkg-configure.cxx index 93f8602..834bdf9 100644 --- a/bpkg/pkg-configure.cxx +++ b/bpkg/pkg-configure.cxx @@ -619,7 +619,8 @@ namespace bpkg ap->dependencies, nullptr /* alternatives */, package_skeleton (o, - db, + package_key (db, ap->id.name), + false /* system */, ap, move (vars), false /* disfigure */, -- cgit v1.1