mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
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:
committed by
Noah Meyerhans
parent
c925417d0f
commit
432aa67e27
+1
-2
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user