Define _make_verbose in if it doesn't exits
This is needed to build for RHEL8.
This commit is contained in:
parent
6f2c200320
commit
73757dc8a3
@ -19,6 +19,9 @@
|
||||
# ctdb is enabled by default, you can disable it with: --without clustering
|
||||
%bcond_without clustering
|
||||
|
||||
# Define _make_verbose if it doesn't exist (RHEL8)
|
||||
%{!?_make_verbose:%define _make_verbose V=1 VERBOSE=1}
|
||||
|
||||
# Build with Active Directory Domain Controller support by default on Fedora
|
||||
%if 0%{?fedora}
|
||||
%bcond_without dc
|
||||
|
Loading…
Reference in New Issue
Block a user