Move %bcond_without winexe further up

This commit is contained in:
Andreas Schneider 2020-10-20 08:26:31 +02:00
parent a72748f232
commit 7feea33409
1 changed files with 3 additions and 3 deletions

View File

@ -20,6 +20,9 @@
# Build a libwbclient package by default
%bcond_without libwbclient
# Build with winexe by default
%bcond_without winexe
# Build vfs_ceph module by default on 64bit Fedora
%if 0%{?fedora}
@ -86,9 +89,6 @@
%global required_mit_krb5 1.18
# Enable winexe by default
%bcond_without winexe
%global with_vfs_io_uring 0
# We need liburing >= 0.4 which is not available in RHEL yet
%if 0%{?fedora}