postfix: fix musl compile without POSTFIX_TLS
authorLucian Cristian <redacted>
Wed, 1 Mar 2017 18:26:30 +0000 (20:26 +0200)
committerLucian Cristian <redacted>
Tue, 7 Mar 2017 23:59:38 +0000 (01:59 +0200)
Signed-off-by: Lucian Cristian <redacted>
mail/postfix/patches/501-include_stdio.patch [new file with mode: 0644]

diff --git a/mail/postfix/patches/501-include_stdio.patch b/mail/postfix/patches/501-include_stdio.patch
new file mode 100644 (file)
index 0000000..4fc3f52
--- /dev/null
@@ -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>
git clone https://git.99rst.org/PROJECT