Define _make_verbose in if it doesn't exits

This is needed to build for RHEL8.
This commit is contained in:
Andreas Schneider 2021-11-25 14:58:29 +01:00
parent 6f2c200320
commit 73757dc8a3
1 changed files with 3 additions and 0 deletions

View File

@ -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