forked from pool/postfix
Accepting request 390633 from home:dstoecker
Option "smtputf8_enable" does not work properly with current build. This patch fixes the issue. OBS-URL: https://build.opensuse.org/request/show/390633 OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=234
This commit is contained in:
parent
4635d77a7a
commit
2f91f25eeb
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 19 07:59:32 UTC 2016 - opensuse@dstoecker.de
|
||||
|
||||
- build with working support for SMTPUTF8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 20 14:11:27 UTC 2016 - mrueckert@suse.de
|
||||
|
||||
|
@ -15,6 +15,7 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%if 0%{?suse_version} >= 1320 || ( 0%{?suse_version} == 1315 && 0%{?is_opensuse} )
|
||||
%bcond_without lmdb
|
||||
%else
|
||||
@ -85,6 +86,7 @@ BuildRequires: libopenssl-devel
|
||||
%if %{with lmdb}
|
||||
BuildRequires: lmdb-devel
|
||||
%endif
|
||||
BuildRequires: libicu-devel
|
||||
BuildRequires: mysql-devel
|
||||
BuildRequires: openldap2-devel
|
||||
BuildRequires: pcre-devel
|
||||
|
Loading…
Reference in New Issue
Block a user