diff --git a/dynamic_maps.patch b/dynamic_maps.patch index 94a43f3..1ce251a 100644 --- a/dynamic_maps.patch +++ b/dynamic_maps.patch @@ -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, }; diff --git a/postfix.changes b/postfix.changes index db2aa58..c1cd8df 100644 --- a/postfix.changes +++ b/postfix.changes @@ -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