mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 17:04:32 +04:00
opendkim: fix compilation with GCC14
Missing header. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
10
mail/opendkim/patches/030-gcc14.patch
Normal file
10
mail/opendkim/patches/030-gcc14.patch
Normal file
@@ -0,0 +1,10 @@
|
||||
--- a/libopendkim/util.c
|
||||
+++ b/libopendkim/util.c
|
||||
@@ -22,6 +22,7 @@
|
||||
#include <netdb.h>
|
||||
#include <resolv.h>
|
||||
#include <stdlib.h>
|
||||
+#include <stdio.h>
|
||||
|
||||
/* libopendkim includes */
|
||||
#include "dkim-internal.h"
|
||||
Reference in New Issue
Block a user