--------
- when iterating, avoid unnecessary queries for NS in insecure parent.
This problem worsened in 2.0.0. (#246)
+- fix the hints module also on some other systems, e.g. Gentoo.
Knot Resolver 2.1.0 (2018-02-16)
ifeq ($(UNAME),Linux)
LDFLAGS += -ldl
endif
- ifeq (GCC,$(shell $(CC) --version | grep -q '\<GCC\>' && echo GCC))
+ ifeq (GCC,$(shell $(CC) --version | grep -q -i '\<gcc\>' && echo GCC))
# Otherwise Fedora is making kresd symbols inaccessible for modules.
# Clang doesn't support this flag, so we hackily detect gcc.
BUILD_CFLAGS += -rdynamic