SHA256
1
0
forked from pool/libvmime

Accepting request 483181 from server:mail

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/483181
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libvmime?expand=0&rev=19
This commit is contained in:
Yuchen Lin 2017-04-07 12:19:26 +00:00 committed by Git OBS Bridge
commit 6530af736f
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Mar 8 09:43:48 UTC 2017 - bosim@opensuse.org
- Don't stop the build due to SLES missing GSASL.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jan 23 22:44:49 UTC 2017 - jengelh@inai.de Mon Jan 23 22:44:49 UTC 2017 - jengelh@inai.de

View File

@ -37,7 +37,7 @@ BuildRequires: doxygen
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: inkscape BuildRequires: inkscape
BuildRequires: libgnutls-devel BuildRequires: libgnutls-devel
%if 0%{?is_opensuse} %if !0%{?sle_version}
BuildRequires: libgsasl-devel BuildRequires: libgsasl-devel
%endif %endif
BuildRequires: libopenssl-devel BuildRequires: libopenssl-devel
@ -109,8 +109,8 @@ cf="%optflags -DVMIME_ALWAYS_GENERATE_7BIT_PARAMETER=1"
cmake . \ cmake . \
-DVMIME_SENDMAIL_PATH:STRING="%_sbindir/sendmail" \ -DVMIME_SENDMAIL_PATH:STRING="%_sbindir/sendmail" \
-DVMIME_BUILD_SAMPLES:BOOL=OFF \ -DVMIME_BUILD_SAMPLES:BOOL=OFF \
%if 0%{?is_opensuse} %if 0%{?sle_version}
-DVMIME_HAVE_SASL_SUPPORT:BOOL=ON \ -DVMIME_HAVE_SASL_SUPPORT:BOOL=OFF \
%endif %endif
-DVMIME_HAVE_TLS_SUPPORT:BOOL=ON \ -DVMIME_HAVE_TLS_SUPPORT:BOOL=ON \
-DVMIME_BUILD_STATIC_LIBRARY:BOOL=OFF \ -DVMIME_BUILD_STATIC_LIBRARY:BOOL=OFF \