SHA256
1
0
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:
Dirk Mueller 2016-04-21 11:02:22 +00:00 committed by Git OBS Bridge
parent 4635d77a7a
commit 2f91f25eeb
2 changed files with 7 additions and 0 deletions

View File

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

View File

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