From 9a62eed66f8b5b97f6a854801ccbb4a5a588ad2b7f2f4b8da1762854aef574ee Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 21 Mar 2017 19:16:55 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/server:mail/libvmime?expand=0&rev=18 --- libvmime.changes | 2 +- libvmime.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 \