mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
bind: patch unneeded if openssl is build w/ deprecated
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
This commit is contained in:
+3
-3
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=bind
|
||||
PKG_VERSION:=9.11.2
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
USERID:=bind=57:bind=57
|
||||
|
||||
PKG_MAINTAINER:=Noah Meyerhans <frodo@morgul.net>
|
||||
@@ -29,7 +29,6 @@ PKG_INSTALL:=1
|
||||
PKG_USE_MIPS16:=0
|
||||
|
||||
PKG_CONFIG_DEPENDS := \
|
||||
CONFIG_OPENSSL_WITH_EC \
|
||||
CONFIG_BIND_ENABLE_FILTER_AAAA
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
@@ -37,7 +36,7 @@ include $(INCLUDE_DIR)/package.mk
|
||||
define Package/bind/Default
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
DEPENDS:=+bind-libs
|
||||
DEPENDS:=+bind-libs +@OPENSSL_WITH_EC
|
||||
TITLE:=bind
|
||||
URL:=https://www.isc.org/software/bind
|
||||
SUBMENU:=IP Addresses and Names
|
||||
@@ -54,6 +53,7 @@ endef
|
||||
define Package/bind-server
|
||||
$(call Package/bind/Default)
|
||||
TITLE+= DNS server
|
||||
DEPENDS+= +@OPENSSL_WITH_DEPRECATED
|
||||
endef
|
||||
|
||||
define Package/bind-server/config
|
||||
|
||||
Reference in New Issue
Block a user