aboutsummaryrefslogtreecommitdiff
path: root/bpkg/system-package-manager.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2023-03-09 11:43:06 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2023-03-09 11:43:06 +0200
commit45dbab0463473e4650d9cd792673844a3e506551 (patch)
tree344a62f6fdb491ff0a38725a1bd3541e166c477f /bpkg/system-package-manager.hxx
parent8f09d075541654f04a9260cc65606f0089749521 (diff)
Fixup -ffile-prefix-map in Debian implementation
Diffstat (limited to 'bpkg/system-package-manager.hxx')
-rw-r--r--bpkg/system-package-manager.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/bpkg/system-package-manager.hxx b/bpkg/system-package-manager.hxx
index 8a5b891..4549fba 100644
--- a/bpkg/system-package-manager.hxx
+++ b/bpkg/system-package-manager.hxx
@@ -164,7 +164,7 @@ namespace bpkg
// out_root is only set for packages in pkgs. Note also that all the
// packages in pkgs and deps are guaranteed to belong to the same build
// configuration (as opposed to being spread over multiple linked
- // configurations).
+ // configurations). Its absolute path is bassed in cfg_dir.
//
// The passed package manifest corresponds to the first package in pkgs
// (normally used as a source of additional package metadata such as
@@ -197,6 +197,7 @@ namespace bpkg
generate (const packages& pkgs,
const packages& deps,
const strings& vars,
+ const dir_path& cfg_dir,
const package_manifest&,
const string& type,
const small_vector<language, 1>&,