opendkim: fix compilation with glibc
authorRosen Penev <rosenp@gmail.com>
Thu, 31 Dec 2020 10:39:55 +0000 (02:39 -0800)
committerRosen Penev <rosenp@gmail.com>
Thu, 31 Dec 2020 10:40:32 +0000 (02:40 -0800)
Add libbsd dependency.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
mail/opendkim/Makefile

index ded120fa34e3b7c982571f2c04ea6ebe9fa943d4..d4c1c2562e4d2f12bb3cf6e9ce5d02472fe8dd02 100644 (file)
@@ -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