Update submodules and fix issue with loading local hosts

This commit is contained in:
Sara Dickinson 2019-11-15 14:29:33 +00:00
parent 499555b8a5
commit 323e6a6ba6
3 changed files with 3 additions and 3 deletions

View File

@ -158,7 +158,7 @@ if (WIN32)
# BUG! Don't hardcode the Windows directory and drive.
set(hostsfile "C:/Windows/System32/Drivers/etc/hosts")
else ()
set(hostsfile "${CMAKE_INSTALL_FULL_SYSCONFDIR}/hosts")
set(hostsfile "/etc/hosts")
endif ()
set(PATH_HOSTS "${hostsfile}" CACHE STRING "Set the static table lookup for hostnames path.")
set(PATH_RESOLVCONF "/etc/resolv.conf" CACHE STRING "Set the resolver configuration file path. Not used on Windows, where values are retrieved via GetNetworkParams().")

@ -1 +1 @@
Subproject commit 10f968b0e78b9aeee357d0de81a46b445c3fb27b
Subproject commit 0d7b9c16d83cb1a3083cbc3c3c2eb9e87fc6293c

2
stubby

@ -1 +1 @@
Subproject commit 6ce87658d2504c06a47ec60de27e6ae282635f0a
Subproject commit 0f8fd662e30e87d309f703c97550ea80f63d0dc4