aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bsd-setup.sh
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2019-11-22 11:16:36 -0800
committerGerald Combs <gerald@wireshark.org>2019-11-23 22:45:59 +0000
commit451a241e50bd34ba097bd09a5f9f673170779aaf (patch)
treecd112515a1ddcd15fb73b1d124e7223d27b1988c /tools/bsd-setup.sh
parent6a0b558ac1da13fffec560c1a522bafbe95517a1 (diff)
Add c-ares to the required library list.
Although c-ares support was techically optional, it was either on by default or required in all of our packaging. Go ahead and require it globally. C-ares is widely available and synchronous name resolution can easily result in a horrific user experience. Change-Id: Id67c797316ed6b8a0ab5052e55a43a1b9e2a2464 Reviewed-on: https://code.wireshark.org/review/35188 Petri-Dish: Gerald Combs <gerald@wireshark.org> Reviewed-by: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'tools/bsd-setup.sh')
-rwxr-xr-xtools/bsd-setup.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/bsd-setup.sh b/tools/bsd-setup.sh
index 87d482da25..45c7014fe8 100755
--- a/tools/bsd-setup.sh
+++ b/tools/bsd-setup.sh
@@ -116,8 +116,8 @@ echo "pkg-config is unavailable"
# c-ares: FreeBSD
# libcares: OpenBSD
-add_package ADDITIONAL_LIST c-ares ||
-add_package ADDITIONAL_LIST libcares ||
+add_package BASIC_LIST c-ares ||
+add_package BASIC_LIST libcares ||
echo "c-ares is unavailable"
# rubygem-asciidoctor: FreeBSD