contrib/rpm: fix condition in "NetworkManager.spec"
Fixes: 096b9955d6
('contrib/fedora: make "lto" in the spec file configurable')
This commit is contained in:
@@ -70,7 +70,7 @@
|
|||||||
%else
|
%else
|
||||||
%bcond_with test
|
%bcond_with test
|
||||||
%endif
|
%endif
|
||||||
%if %{bcond_default_lto} == ''
|
%if "%{bcond_default_lto}" == ""
|
||||||
%if 0%{?fedora} >= 33 || 0%{?rhel} >= 9
|
%if 0%{?fedora} >= 33 || 0%{?rhel} >= 9
|
||||||
%bcond_without lto
|
%bcond_without lto
|
||||||
%else
|
%else
|
||||||
|
Reference in New Issue
Block a user