SHA256
1
0
forked from pool/postfix

Accepting request 376737 from home:darix:branches:server:mail

- fix build on sle11 by pointing _libexecdir to /usr/lib all the
  time.

- some distros did not pull pkgconfig indirectly. pull it directly.

- fix building the dynamic maps: the old build had postgresql e.g.
  with missing symbols.
  - convert to AUXLIBS_* instead of plain AUXLIBS which is needed
    for proper dynamic maps.
  - reordered the CCARGS and AUXLIBS* lines to group by feature
  - use pkgconfig or *_config tools where possible
- picked up signed char from fedora spec file
- enable lmdb support: new BR lmdb-devel, new subpackage
  postfix-lmdb.
- don't delete vmail user/groups

OBS-URL: https://build.opensuse.org/request/show/376737
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=233
This commit is contained in:
Lars Vogdt
2016-03-21 16:10:37 +00:00
committed by Git OBS Bridge
parent 4a313bda65
commit 4635d77a7a
2 changed files with 113 additions and 28 deletions

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Sun Mar 20 14:11:27 UTC 2016 - mrueckert@suse.de
- fix build on sle11 by pointing _libexecdir to /usr/lib all the
time.
-------------------------------------------------------------------
Sun Mar 20 13:46:56 UTC 2016 - mrueckert@suse.de
- some distros did not pull pkgconfig indirectly. pull it directly.
-------------------------------------------------------------------
Sun Mar 20 08:19:23 UTC 2016 - mrueckert@suse.de
- fix building the dynamic maps: the old build had postgresql e.g.
with missing symbols.
- convert to AUXLIBS_* instead of plain AUXLIBS which is needed
for proper dynamic maps.
- reordered the CCARGS and AUXLIBS* lines to group by feature
- use pkgconfig or *_config tools where possible
- picked up signed char from fedora spec file
- enable lmdb support: new BR lmdb-devel, new subpackage
postfix-lmdb.
- don't delete vmail user/groups
-------------------------------------------------------------------
Wed Mar 9 13:06:35 UTC 2016 - varkoly@suse.com