From ee7cc66aea7689f04824f790cbafa5944007b861 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Thu, 31 Dec 2020 02:39:55 -0800 Subject: [PATCH] opendkim: fix compilation with glibc Add libbsd dependency. Signed-off-by: Rosen Penev --- mail/opendkim/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mail/opendkim/Makefile b/mail/opendkim/Makefile index ded120fa3..d4c1c2562 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:=4 +PKG_RELEASE:=5 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/$(PKG_NAME) @@ -40,7 +40,7 @@ endef define Package/libopendkim SECTION:=mail CATEGORY:=Libraries - DEPENDS:=+libopenssl +libmilter-sendmail + DEPENDS:=+libopenssl +libmilter-sendmail +USE_GLIBC:libbsd TITLE:=Library for signing and verifying DKIM signatures URL:=http://opendkim.org/ endef