Skip to content
Snippets Groups Projects
Commit c5e6822d authored by Guillem Jover's avatar Guillem Jover
Browse files

Dpkg::Vendor::Ubuntu: Fix lto feature to honor DEB_BUILD_OPTIONS

The recently added lto handling for Ubuntu, did not take into account
that the DEB_BUILD_OPTIONS and DEB_BUILD_MAINT_OPTIONS environment
variables are parsed and their options applied just after setting the
defaults, and before applying any arch-specific mask.

We add a new init_build_features() internal method, which sits between
these two actions, so that the Ubuntu vendor module can modify the
defaults before any user or maintainer override are applied.

Fixes: commit df7627ac
Fixes: https://bugs.launchpad.net/bugs/2002582
parent e895de05
No related branches found
No related tags found
1 merge request!4Update crimson to version from bookworm
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment