Convert existing bcond_with[out] to plain bcond
This commit is contained in:
parent
379f9bfba1
commit
5c840a72b5
@ -24,13 +24,13 @@
|
|||||||
|
|
||||||
# Bootstrap may be needed to break circular dependencies with cryptsetup,
|
# Bootstrap may be needed to break circular dependencies with cryptsetup,
|
||||||
# e.g. when re-building cryptsetup on a json-c SONAME-bump.
|
# e.g. when re-building cryptsetup on a json-c SONAME-bump.
|
||||||
%bcond_with bootstrap
|
%bcond bootstrap 0
|
||||||
%bcond_without tests
|
%bcond tests 1
|
||||||
%bcond_without lto
|
%bcond lto 1
|
||||||
|
|
||||||
# Support for quick builds with rpmbuild --build-in-place.
|
# Support for quick builds with rpmbuild --build-in-place.
|
||||||
# See README.build-in-place.
|
# See README.build-in-place.
|
||||||
%bcond_with inplace
|
%bcond inplace 0
|
||||||
|
|
||||||
Name: systemd
|
Name: systemd
|
||||||
Url: https://systemd.io
|
Url: https://systemd.io
|
||||||
|
Loading…
Reference in New Issue
Block a user