From 4f75ddd583bc5ea1f8285d4749bd8b2becd54b2d Mon Sep 17 00:00:00 2001 From: Eneas U de Queiroz Date: Thu, 24 May 2018 11:51:24 -0300 Subject: opendkim: Added compatibility wiht openssl 1.1 The patch was accepted upstream for the next release. Signed-off-by: Eneas U de Queiroz --- mail/opendkim/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mail/opendkim/Makefile') diff --git a/mail/opendkim/Makefile b/mail/opendkim/Makefile index 9a441e61a..6a64e2c63 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:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/$(PKG_NAME) @@ -20,6 +20,7 @@ PKG_LICENSE_FILES:=LICENSE LICENSE.Sendmail PKG_INSTALL:=1 PKG_BUILD_DEPENDS:=openssl +PKG_FIXUP:=autoreconf include $(INCLUDE_DIR)/package.mk -- cgit v1.2.3