aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-bindist.cxx
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/pkg-bindist.cxx
parent8f09d075541654f04a9260cc65606f0089749521 (diff)
Fixup -ffile-prefix-map in Debian implementation
Diffstat (limited to 'bpkg/pkg-bindist.cxx')
-rw-r--r--bpkg/pkg-bindist.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/bpkg/pkg-bindist.cxx b/bpkg/pkg-bindist.cxx
index f1ef84e..e3ec9fa 100644
--- a/bpkg/pkg-bindist.cxx
+++ b/bpkg/pkg-bindist.cxx
@@ -397,13 +397,11 @@ namespace bpkg
<< "manager with --distribution";
}
- // @@ TODO: pass/handle --private.
-
// Note that we pass type from here in case one day we want to provide an
// option to specify/override it (along with languages). Note that there
// will probably be no way to override type for dependencies.
//
- paths r (spm->generate (pkgs, deps, vars, pm, type, langs, rec));
+ paths r (spm->generate (pkgs, deps, vars, db.config, pm, type, langs, rec));
if (r.empty ())
return 0; // Assume prepare-only mode or similar.