Commit 32643e8
committed
spec: Pass CARGO_FEATURES explicitly to make install
The Makefile's CARGO_FEATURES auto-detection based on /usr/lib/os-release
can produce different results in the install environment vs build
environment. This causes 'make install' to rebuild the binary without
the intended features (e.g., rhsm).
Pass CARGO_FEATURES explicitly to ensure the install step doesn't
trigger an unwanted rebuild with different features.
Assisted-by: OpenCode (Claude Opus 4.5)
Signed-off-by: Colin Walters <walters@verbum.org>1 parent 564de0b commit 32643e8
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
| 149 | + | |
| 150 | + | |
150 | 151 | | |
151 | 152 | | |
152 | 153 | | |
| |||
0 commit comments