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