diff options
author | Lucian Cristian <lucian.cristian@gmail.com> | 2017-03-01 20:26:30 +0200 |
---|---|---|
committer | Lucian Cristian <lucian.cristian@gmail.com> | 2017-03-08 01:59:38 +0200 |
commit | 154a0da7244316863ab72b74dbee32ccc3074026 (patch) | |
tree | b82a85288cd196ea917be9a7277ffccf862f3371 /mail | |
parent | b3dc7d1337ce237f236f8fd69b23b4a4c2973796 (diff) |
postfix: fix musl compile without POSTFIX_TLS
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix/patches/501-include_stdio.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/postfix/patches/501-include_stdio.patch b/mail/postfix/patches/501-include_stdio.patch new file mode 100644 index 000000000..4fc3f5217 --- /dev/null +++ b/mail/postfix/patches/501-include_stdio.patch @@ -0,0 +1,10 @@ +--- a/src/posttls-finger/posttls-finger.c ++++ b/src/posttls-finger/posttls-finger.c +@@ -318,6 +318,7 @@ + #include <sys/un.h> + #include <netinet/in.h> + #include <arpa/inet.h> ++#include <stdio.h> + + #ifdef STRCASECMP_IN_STRINGS_H + #include <strings.h> |