Browse Source

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>
lilik-openwrt-22.03
Rosen Penev 6 years ago
committed by Noah Meyerhans
parent
commit
432aa67e27
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      net/bind/Makefile

+ 1
- 2
net/bind/Makefile View File

@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=bind
PKG_VERSION:=9.11.3
PKG_RELEASE:=2
PKG_RELEASE:=3
USERID:=bind=57:bind=57
PKG_MAINTAINER:=Noah Meyerhans <frodo@morgul.net>
@ -68,7 +68,6 @@ endef
define Package/bind-server
$(call Package/bind/Default)
TITLE+= DNS server
DEPENDS+= +@OPENSSL_WITH_DEPRECATED
endef
define Package/bind-server/config


Loading…
Cancel
Save