SHA256
1
0
forked from pool/postfix

Accepting request 246861 from home:rusjako:branches:server:mail

the original dynamics_maps patch breaks memcache support. The changed patch fixes that.

OBS-URL: https://build.opensuse.org/request/show/246861
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=197
This commit is contained in:
Tomáš Chvátal 2014-09-05 07:49:43 +00:00 committed by Git OBS Bridge
parent 188cd06330
commit d3e035ae7b
2 changed files with 9 additions and 2 deletions

View File

@ -179,11 +179,12 @@ diff -rNu postfix-2.11.0/src/global/mail_dict.c postfix-2.11.0-patched/src/globa
#ifdef HAS_LDAP
DICT_TYPE_LDAP, dict_ldap_open,
#endif
@@ -60,6 +61,7 @@
@@ -59,6 +60,7 @@
#ifdef HAS_SQLITE
DICT_TYPE_SQLITE, dict_sqlite_open,
#endif
DICT_TYPE_MEMCACHE, dict_memcache_open,
+#endif /* MAX_DYNAMIC_MAPS */
DICT_TYPE_MEMCACHE, dict_memcache_open,
0,
};

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Aug 29 15:40:00 UTC 2014 - rusjako@rus.uni-stuttgart.de
- fix dynamic_maps patch to enable memcache support, which does not
need any libraries
-------------------------------------------------------------------
Thu Jul 31 12:44:59 UTC 2014 - dimstar@opensuse.org