Browse Source

Merge pull request #14386 from neheb/o

opendkim: fix compilation with glibc
lilik-openwrt-22.03
Rosen Penev 4 years ago
committed by GitHub
parent
commit
35e8bf4ffe
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      mail/opendkim/Makefile

+ 2
- 2
mail/opendkim/Makefile View File

@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=opendkim PKG_NAME:=opendkim
PKG_VERSION:=2.10.3 PKG_VERSION:=2.10.3
PKG_RELEASE:=4
PKG_RELEASE:=5
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/$(PKG_NAME) PKG_SOURCE_URL:=@SF/$(PKG_NAME)
@ -40,7 +40,7 @@ endef
define Package/libopendkim define Package/libopendkim
SECTION:=mail SECTION:=mail
CATEGORY:=Libraries CATEGORY:=Libraries
DEPENDS:=+libopenssl +libmilter-sendmail
DEPENDS:=+libopenssl +libmilter-sendmail +USE_GLIBC:libbsd
TITLE:=Library for signing and verifying DKIM signatures TITLE:=Library for signing and verifying DKIM signatures
URL:=http://opendkim.org/ URL:=http://opendkim.org/
endef endef


Loading…
Cancel
Save