diff options
author | Eneas U de Queiroz <cote2004-github@yahoo.com> | 2018-05-24 11:51:24 -0300 |
---|---|---|
committer | Eneas U de Queiroz <cote2004-github@yahoo.com> | 2018-05-24 11:51:24 -0300 |
commit | 4f75ddd583bc5ea1f8285d4749bd8b2becd54b2d (patch) | |
tree | ee747e400b8cf9cd5e9fcd296fd6874a43bed965 /mail/opendkim/Makefile | |
parent | d9e9b59159309449df7a7a6d4ab87980dc16eac2 (diff) |
opendkim: Added compatibility wiht openssl 1.1
The patch was accepted upstream for the next release.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
Diffstat (limited to 'mail/opendkim/Makefile')
-rw-r--r-- | mail/opendkim/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |