It is not ready and there are some issues described in
https://github.com/openwrt/packages/pull/11442
This reverts commit b465ac3002
.
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
20 lines
398 B
Diff
20 lines
398 B
Diff
--- a/gio/gthreadedresolver.c
|
|
+++ b/gio/gthreadedresolver.c
|
|
@@ -873,6 +873,8 @@ do_lookup_records (GTask *task,
|
|
|
|
#ifdef HAVE_RES_NQUERY
|
|
|
|
+#ifdef HAVE_RES_NQUERY
|
|
+
|
|
#if defined(HAVE_RES_NDESTROY)
|
|
res_ndestroy (&res);
|
|
#elif defined(HAVE_RES_NCLOSE)
|
|
@@ -883,6 +885,8 @@ do_lookup_records (GTask *task,
|
|
|
|
#endif /* HAVE_RES_NQUERY */
|
|
|
|
+#endif
|
|
+
|
|
#else
|
|
|
|
DNS_STATUS status;
|