This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
postfix: fix musl compile without POSTFIX_TLS
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
lilik-openwrt-22.03
Lucian Cristian
8 years ago
parent
b3dc7d1337
commit
154a0da724
1 changed files
with
10 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+10
-0
mail/postfix/patches/501-include_stdio.patch
+ 10
- 0
mail/postfix/patches/501-include_stdio.patch
View File
@ -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>
Write
Preview
Loading…
Cancel
Save