From 900f9442522681576167af8f729168e00e024de1 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Mon, 6 Jan 2025 18:31:18 -0800 Subject: [PATCH] opendkim: fix compilation with GCC14 Missing header. Signed-off-by: Rosen Penev --- mail/opendkim/Makefile | 2 +- mail/opendkim/patches/030-gcc14.patch | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 mail/opendkim/patches/030-gcc14.patch diff --git a/mail/opendkim/Makefile b/mail/opendkim/Makefile index b25a955a97..02cd719807 100644 --- a/mail/opendkim/Makefile +++ b/mail/opendkim/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=opendkim PKG_VERSION:=2.10.3 -PKG_RELEASE:=6 +PKG_RELEASE:=7 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/$(PKG_NAME) diff --git a/mail/opendkim/patches/030-gcc14.patch b/mail/opendkim/patches/030-gcc14.patch new file mode 100644 index 0000000000..3364d14934 --- /dev/null +++ b/mail/opendkim/patches/030-gcc14.patch @@ -0,0 +1,10 @@ +--- a/libopendkim/util.c ++++ b/libopendkim/util.c +@@ -22,6 +22,7 @@ + #include + #include + #include ++#include + + /* libopendkim includes */ + #include "dkim-internal.h" -- 2.30.2