diff --git a/libvmime.changes b/libvmime.changes index edc936b..bd56b0d 100644 --- a/libvmime.changes +++ b/libvmime.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- Wed Mar 8 09:43:48 UTC 2017 - bosim@opensuse.org -- Switch off GSASL for SLES +- Don't stop the build due to SLES missing GSASL. ------------------------------------------------------------------- Mon Jan 23 22:44:49 UTC 2017 - jengelh@inai.de diff --git a/libvmime.spec b/libvmime.spec index 99651df..04edfb8 100644 --- a/libvmime.spec +++ b/libvmime.spec @@ -109,7 +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} +%if 0%{?sle_version} -DVMIME_HAVE_SASL_SUPPORT:BOOL=OFF \ %endif -DVMIME_HAVE_TLS_SUPPORT:BOOL=ON \