aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-daemons/postfix/postfix_3.4.12.bb
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2021-12-30 21:13:50 +0800
committerArmin Kuster <akuster808@gmail.com>2021-12-31 10:24:46 -0800
commit544bcd09f59a50b05e53e3afddacec1fbd25734c (patch)
tree770087ca4a839def154c03de53f642f15427c4c2 /meta-networking/recipes-daemons/postfix/postfix_3.4.12.bb
parent95969f0f5f4264644a5dbfb6d4fb66e2ac3a2cde (diff)
downloadmeta-openembedded-544bcd09f59a50b05e53e3afddacec1fbd25734c.tar.gz
postfix: fix build with glibc 2.34
Backport a patch to fix build against glibc 2.34 (e.g. on Fedora 35) Fixes: | In file included from attr_clnt.c:88: | /usr/include/unistd.h:363:13: error: conflicting types for ‘closefrom’; have ‘void(int)’ | 363 | extern void closefrom (int __lowfd) __THROW; | | ^~~~~~~~~ | In file included from attr_clnt.c:87: | ./sys_defs.h:1506:12: note: previous declaration of ‘closefrom’ with type ‘int(int)’ | 1506 | extern int closefrom(int); | | ^~~~~~~~~ Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Diffstat (limited to 'meta-networking/recipes-daemons/postfix/postfix_3.4.12.bb')
-rw-r--r--meta-networking/recipes-daemons/postfix/postfix_3.4.12.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-networking/recipes-daemons/postfix/postfix_3.4.12.bb b/meta-networking/recipes-daemons/postfix/postfix_3.4.12.bb
index db5b41bfbd..e7bb3e9d32 100644
--- a/meta-networking/recipes-daemons/postfix/postfix_3.4.12.bb
+++ b/meta-networking/recipes-daemons/postfix/postfix_3.4.12.bb
@@ -13,6 +13,7 @@ SRC_URI += "ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-${P
file://postfix-install.patch \
file://icu-config.patch \
file://0001-makedefs-add-lnsl-and-lresolv-to-SYSLIBS-by-default.patch \
+ file://0001-fix-build-with-glibc-2.34.patch \
"
SRC_URI[sha256sum] = "18555183ae8b52a9e76067799279c86f9f2770cdef3836deb8462ee0a0855dec"
UPSTREAM_CHECK_REGEX = "postfix\-(?P<pver>3\.3(\.\d+)+).tar.gz"