From 57f8af14ce9a1e1f3d7633dd7b8ba91bf50639a7181a2b6b91145e76bba12073 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 8 Mar 2017 09:53:42 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/server:mail/libvmime?expand=0&rev=17 --- libvmime.spec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libvmime.spec b/libvmime.spec index 20356ea..99651df 100644 --- a/libvmime.spec +++ b/libvmime.spec @@ -109,9 +109,7 @@ cf="%optflags -DVMIME_ALWAYS_GENERATE_7BIT_PARAMETER=1" cmake . \ -DVMIME_SENDMAIL_PATH:STRING="%_sbindir/sendmail" \ -DVMIME_BUILD_SAMPLES:BOOL=OFF \ -%if 0%{?is_opensuse} - -DVMIME_HAVE_SASL_SUPPORT:BOOL=ON \ -%else +%if !0%{?is_opensuse} -DVMIME_HAVE_SASL_SUPPORT:BOOL=OFF \ %endif -DVMIME_HAVE_TLS_SUPPORT:BOOL=ON \