Skip to content

Commit

Permalink
bind: remove libcrypto dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Taht committed Oct 2, 2012
1 parent 97815a0 commit afe3cb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions net/bind-latest/Makefile
Expand Up @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=bind
PKG_VERSION:=9.9.1-P3
PKG_RELEASE:=19
PKG_RELEASE:=20

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:= \
Expand All @@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/bind-latest/Default
SECTION:=net
CATEGORY:=Network
DEPENDS:=+bind-latest-libs +libopenssl +xinetd +libcap +libcrypto
DEPENDS:=+bind-latest-libs +libopenssl +xinetd +libcap
TITLE:=bind
URL:=https://www.isc.org/software/bind
SUBMENU:=IP Addresses and Names
Expand Down

0 comments on commit afe3cb0

Please sign in to comment.