diff options
author | Rosen Penev <rosenp@gmail.com> | 2018-10-28 13:14:12 -0700 |
---|---|---|
committer | Noah Meyerhans <frodo@morgul.net> | 2018-10-28 15:28:52 -0700 |
commit | 432aa67e273f9286d028a1bc6963caa8bf8109ef (patch) | |
tree | 6e775d050c2137aa5f6e341e29c5054a28811ca0 /net | |
parent | c925417d0feff1b927f4d4031c66f0d67117d22a (diff) |
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>
Diffstat (limited to 'net')
-rw-r--r-- | net/bind/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/bind/Makefile b/net/bind/Makefile index 356433eae..3adf535d6 100644 --- a/net/bind/Makefile +++ b/net/bind/Makefile @@ -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 |