From 2b6ae9f528504897bc24803d95bbb6da61a2a85b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 8 Dec 2015 11:01:26 +0200 Subject: Add support for --build, --build-option common options --- bpkg/drop.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bpkg/drop.cxx') diff --git a/bpkg/drop.cxx b/bpkg/drop.cxx index 6728d09..87c475d 100644 --- a/bpkg/drop.cxx +++ b/bpkg/drop.cxx @@ -476,7 +476,7 @@ namespace bpkg // always leave the configuration in a valid state. // transaction t (db.begin ()); - pkg_disfigure (c, t, p); // Commits the transaction. + pkg_disfigure (c, o, t, p); // Commits the transaction. assert (p->state == package_state::unpacked); if (verb) -- cgit v1.1