mirror of https://github.com/getdnsapi/getdns.git
Update submodules and fix issue with loading local hosts
This commit is contained in:
parent
499555b8a5
commit
323e6a6ba6
|
@ -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().")
|
||||
|
|
2
src/yxml
2
src/yxml
|
@ -1 +1 @@
|
|||
Subproject commit 10f968b0e78b9aeee357d0de81a46b445c3fb27b
|
||||
Subproject commit 0d7b9c16d83cb1a3083cbc3c3c2eb9e87fc6293c
|
2
stubby
2
stubby
|
@ -1 +1 @@
|
|||
Subproject commit 6ce87658d2504c06a47ec60de27e6ae282635f0a
|
||||
Subproject commit 0f8fd662e30e87d309f703c97550ea80f63d0dc4
|
Loading…
Reference in New Issue