aboutsummaryrefslogtreecommitdiff
path: root/libs/getdns
diff options
context:
space:
mode:
authorGuo Li <uxgood.org@gmail.com>2018-09-06 13:42:22 +0800
committerYousong Zhou <yszhou4tech@gmail.com>2018-09-25 17:11:17 +0800
commit8365744b80c1c0c57fabe199aaa08e6bacef8063 (patch)
tree127e08d91b3941d4038a47ec6930ffb7d266fe81 /libs/getdns
parent99fa19f218590f8390339e6a48a4a495ef8bb14d (diff)
getdns: fix missing libbsd dependency
Signed-off-by: Guo Li <uxgood.org@gmail.com>
Diffstat (limited to 'libs/getdns')
-rw-r--r--libs/getdns/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/getdns/Makefile b/libs/getdns/Makefile
index 3954a4525..d724f739a 100644
--- a/libs/getdns/Makefile
+++ b/libs/getdns/Makefile
@@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=getdns
PKG_VERSION:=1.4.2
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_LICENSE:=BSD-3-Clause
PKG_LICENSE_FILES:=LICENSE
@@ -36,7 +36,7 @@ define Package/getdns
SECTION:=libs
CATEGORY:=Libraries
TITLE+= (library)
- DEPENDS+= +libopenssl +!GETDNS_ENABLE_STUB_ONLY:libunbound +GETDNS_ENABLE_IDN_LIBIDN2:libidn2
+ DEPENDS+= +libopenssl +libbsd +!GETDNS_ENABLE_STUB_ONLY:libunbound +GETDNS_ENABLE_IDN_LIBIDN2:libidn2
MENU:=1
endef