]> TLD Linux GIT Repositories - packages/postfix.git/blob - glibc-2.30.patch
- fix building with glibc 2.30
[packages/postfix.git] / glibc-2.30.patch
1 diff -ur postfix-3.4.6.orig/src/dns/dns_str_resflags.c postfix-3.4.6/src/dns/dns_str_resflags.c
2 --- postfix-3.4.6.orig/src/dns/dns_str_resflags.c       2016-05-15 17:20:14.000000000 +0200
3 +++ postfix-3.4.6/src/dns/dns_str_resflags.c    2019-09-05 22:01:00.522000000 +0200
4 @@ -60,10 +60,16 @@
5      "RES_DEFNAMES", RES_DEFNAMES,
6      "RES_STAYOPEN", RES_STAYOPEN,
7      "RES_DNSRCH", RES_DNSRCH,
8 +#ifdef RES_INSECURE1
9      "RES_INSECURE1", RES_INSECURE1,
10 +#endif
11 +#ifdef RES_INSECURE2
12      "RES_INSECURE2", RES_INSECURE2,
13 +#endif
14      "RES_NOALIASES", RES_NOALIASES,
15 +#ifdef RES_USE_INET6
16      "RES_USE_INET6", RES_USE_INET6,
17 +#endif
18  #ifdef RES_ROTATE
19      "RES_ROTATE", RES_ROTATE,
20  #endif