From 00b2b3fdc4b5fdbb4f8c39889353fb6acc8425e8 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 3 Dec 2011 19:03:04 +0100 Subject: fix build --- package/postfix/patches/patch-src_util_dict_open_c | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 package/postfix/patches/patch-src_util_dict_open_c (limited to 'package/postfix/patches/patch-src_util_dict_open_c') diff --git a/package/postfix/patches/patch-src_util_dict_open_c b/package/postfix/patches/patch-src_util_dict_open_c new file mode 100644 index 000000000..48555d4e9 --- /dev/null +++ b/package/postfix/patches/patch-src_util_dict_open_c @@ -0,0 +1,24 @@ +--- postfix-2.8.7.orig/src/util/dict_open.c 2011-04-11 19:37:49.000000000 +0200 ++++ postfix-2.8.7/src/util/dict_open.c 2011-12-03 13:38:06.889686949 +0100 +@@ -202,8 +202,6 @@ + #include + #include + #include +-#include +-#include + #include + #include + #include +@@ -242,12 +240,6 @@ static const DICT_OPEN_INFO dict_open_in + DICT_TYPE_HASH, dict_hash_open, + DICT_TYPE_BTREE, dict_btree_open, + #endif +-#ifdef HAS_NIS +- DICT_TYPE_NIS, dict_nis_open, +-#endif +-#ifdef HAS_NISPLUS +- DICT_TYPE_NISPLUS, dict_nisplus_open, +-#endif + #ifdef HAS_NETINFO + DICT_TYPE_NETINFO, dict_ni_open, + #endif -- cgit v1.2.3