summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward O'Callaghan <funfunctor@folklore1984.net>2016-09-12 16:01:59 +1000
committerEdward O'Callaghan <funfunctor@folklore1984.net>2016-09-12 16:01:59 +1000
commitff29f47211d4cf1a323b4fdfddf8997fe83bed33 (patch)
tree4802c09c894df9c238d4aa81c03b231aba418f43
parent119990afb57c2fc183f204c87894ca55e6095875 (diff)
samba-dc: Flip 'with_mitkrb5' && 'with_dc' bits aroundsamba-dc
Signed-off-by: Edward O'Callaghan <funfunctor@folklore1984.net>
-rw-r--r--samba.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/samba.spec b/samba.spec
index 64ceed1..29364de 100644
--- a/samba.spec
+++ b/samba.spec
@@ -56,8 +56,8 @@
%global libwbc_alternatives_suffix -64
%endif
-%global with_mitkrb5 1
-%global with_dc 0
+%global with_mitkrb5 0
+%global with_dc 1
%if %{with testsuite}
# The testsuite only works with a full build right now.