forked from pool/libvmime
Accepting request 477705 from home:bosim:branches:server:mail
Fix building for SLES. Due to no gsasl availability we force to build without (seems to be a hard requirements for vmime now, maybe we can disgard the activation of the flag for openSUSE) OBS-URL: https://build.opensuse.org/request/show/477705 OBS-URL: https://build.opensuse.org/package/show/server:mail/libvmime?expand=0&rev=16
This commit is contained in:
parent
fe8fc2d364
commit
2d786076bb
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 8 09:43:48 UTC 2017 - bosim@opensuse.org
|
||||
|
||||
- Switch off GSASL for SLES
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 23 22:44:49 UTC 2017 - jengelh@inai.de
|
||||
|
||||
|
@ -111,6 +111,8 @@ cmake . \
|
||||
-DVMIME_BUILD_SAMPLES:BOOL=OFF \
|
||||
%if 0%{?is_opensuse}
|
||||
-DVMIME_HAVE_SASL_SUPPORT:BOOL=ON \
|
||||
%else
|
||||
-DVMIME_HAVE_SASL_SUPPORT:BOOL=OFF \
|
||||
%endif
|
||||
-DVMIME_HAVE_TLS_SUPPORT:BOOL=ON \
|
||||
-DVMIME_BUILD_STATIC_LIBRARY:BOOL=OFF \
|
||||
|
Loading…
Reference in New Issue
Block a user