diff options
Diffstat (limited to 'main/postfix/no-glibc.patch')
-rw-r--r-- | main/postfix/no-glibc.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/main/postfix/no-glibc.patch b/main/postfix/no-glibc.patch deleted file mode 100644 index 59ea01468b..0000000000 --- a/main/postfix/no-glibc.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- ./src/util/sys_defs.h.orig -+++ ./src/util/sys_defs.h -@@ -812,7 +812,7 @@ - #define KERNEL_VERSION(a,b,c) (LINUX_VERSION_CODE + 1) - #endif - #if (LINUX_VERSION_CODE < KERNEL_VERSION(2,2,0)) \ -- || (__GLIBC__ < 2) -+ || (defined(__GLIBC__) && (__GLIBC__ < 2)) - #define CANT_USE_SEND_RECV_MSG - #define DEF_SMTP_CACHE_DEMAND 0 - #else |