From 2155e77ec84a794b5012301bbbfa3a614f7dcc8d Mon Sep 17 00:00:00 2001 From: Valery Kartel Date: Tue, 6 Dec 2016 21:37:11 +0200 Subject: main/dovecot: upgrade to 2.2.27 -- add config for sieve-extdata-plugin some fixes in APKBUILD --- main/dovecot/hide-dl-errors.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 main/dovecot/hide-dl-errors.patch (limited to 'main/dovecot/hide-dl-errors.patch') diff --git a/main/dovecot/hide-dl-errors.patch b/main/dovecot/hide-dl-errors.patch deleted file mode 100644 index ccc1360f93..0000000000 --- a/main/dovecot/hide-dl-errors.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- ./src/lib/module-dir.c.orig -+++ ./src/lib/module-dir.c -@@ -141,7 +141,7 @@ - - static void *quiet_dlopen(const char *path, int flags) - { --#ifndef __OpenBSD__ -+#if !defined(__OpenBSD__) && !defined(__UCLIBC__) - return dlopen(path, flags); - #else - void *handle; -- cgit v1.2.3