SHA256
1
0
forked from pool/libvmime
Jan Engelhardt 2017-03-21 19:16:55 +00:00 committed by Git OBS Bridge
parent 57f8af14ce
commit 9a62eed66f
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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 \