From: Lucian Cristian Date: Wed, 1 Mar 2017 18:26:30 +0000 (+0200) Subject: postfix: fix musl compile without POSTFIX_TLS X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=154a0da7244316863ab72b74dbee32ccc3074026;p=openwrt-packages.git postfix: fix musl compile without POSTFIX_TLS Signed-off-by: Lucian Cristian --- 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 + #include + #include ++#include + + #ifdef STRCASECMP_IN_STRINGS_H + #include