mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
Comments
This commit is contained in:
parent
56b2ffddc4
commit
df4f4c1d9e
@ -14,6 +14,9 @@
|
||||
%global rhel 0
|
||||
%endif
|
||||
|
||||
# TODO: This will disable feature, even though configure could enable it if requirements were met:
|
||||
# SUGGESTION: rename this to enableiff - "if and only if" and use weaker enableif not producing disable flag
|
||||
# NOTE: It is in some cases guarded by another if, so may not produce anything...
|
||||
%global enableif() \
|
||||
%%global configure_flags %%{?configure_flags} --%%(if test %%1 -gt 0; then echo enable-%%2; else echo disable-%%2; fi)
|
||||
|
||||
|
@ -12,6 +12,7 @@
|
||||
%global enable_udev 1
|
||||
%global enable_systemd 1
|
||||
%global enable_cmirror 1
|
||||
# enable_lvmlockd is redefined in spec/build.inc, so are other :-/
|
||||
%global enable_lvmlockd 1
|
||||
%global enable_lvmetad 1
|
||||
%global enable_lvmpolld 1
|
||||
|
Loading…
Reference in New Issue
Block a user