diff options
author | Valery Kartel <valery.kartel@gmail.com> | 2016-12-06 21:37:11 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2016-12-07 08:39:24 +0000 |
commit | 2155e77ec84a794b5012301bbbfa3a614f7dcc8d (patch) | |
tree | c37cd3db949311c027450dda9bba1ad05fd24c63 /main/dovecot/hide-dl-errors.patch | |
parent | 4f80c491b2887d6615c50a7b86871d4d35f93797 (diff) | |
download | aports-2155e77ec84a794b5012301bbbfa3a614f7dcc8d.tar.bz2 aports-2155e77ec84a794b5012301bbbfa3a614f7dcc8d.tar.xz |
main/dovecot: upgrade to 2.2.27
--
add config for sieve-extdata-plugin
some fixes in APKBUILD
Diffstat (limited to 'main/dovecot/hide-dl-errors.patch')
-rw-r--r-- | main/dovecot/hide-dl-errors.patch | 11 |
1 files changed, 0 insertions, 11 deletions
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; |