bind: Remove OpenSSL deprecated APIs dependency
It seems to not be needed anymore. Tested on mvebu and ar71xx. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
c925417d0f
commit
432aa67e27
1 changed files with 1 additions and 2 deletions
|
@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=bind
|
PKG_NAME:=bind
|
||||||
PKG_VERSION:=9.11.3
|
PKG_VERSION:=9.11.3
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
USERID:=bind=57:bind=57
|
USERID:=bind=57:bind=57
|
||||||
|
|
||||||
PKG_MAINTAINER:=Noah Meyerhans <frodo@morgul.net>
|
PKG_MAINTAINER:=Noah Meyerhans <frodo@morgul.net>
|
||||||
|
@ -68,7 +68,6 @@ endef
|
||||||
define Package/bind-server
|
define Package/bind-server
|
||||||
$(call Package/bind/Default)
|
$(call Package/bind/Default)
|
||||||
TITLE+= DNS server
|
TITLE+= DNS server
|
||||||
DEPENDS+= +@OPENSSL_WITH_DEPRECATED
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/bind-server/config
|
define Package/bind-server/config
|
||||||
|
|
Loading…
Reference in a new issue