mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-29 08:00:18 +01:00
contrib/rpm: fix condition in "NetworkManager.spec"
Fixes:096b9955d6('contrib/fedora: make "lto" in the spec file configurable') (cherry picked from commit7a62845424)
This commit is contained in:
parent
2fd7841f13
commit
304489da37
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@
|
|||
%else
|
||||
%bcond_with test
|
||||
%endif
|
||||
%if %{bcond_default_lto} == ''
|
||||
%if "%{bcond_default_lto}" == ""
|
||||
%if 0%{?fedora} >= 33 || 0%{?rhel} >= 9
|
||||
%bcond_without lto
|
||||
%else
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue