2020-03-19 21:01:56 +01:00
|
|
|
diff -uNr bind-9.16.1/lib/irs/context.c bind-9.16.1.mod/lib/irs/context.c
|
|
|
|
--- bind-9.16.1/lib/irs/context.c 2020-03-11 18:46:53.000000000 +0200
|
|
|
|
+++ bind-9.16.1.mod/lib/irs/context.c 2020-03-19 22:01:16.984465631 +0200
|
|
|
|
@@ -34,12 +34,12 @@
|
|
|
|
|
|
|
|
#ifndef RESOLV_CONF
|
|
|
|
/*% location of resolve.conf */
|
|
|
|
-#define RESOLV_CONF "/etc/resolv.conf"
|
|
|
|
+#define RESOLV_CONF "@TERMUX_PREFIX@/etc/resolv.conf"
|
|
|
|
#endif /* ifndef RESOLV_CONF */
|
2019-03-02 13:52:25 +01:00
|
|
|
|
|
|
|
#ifndef DNS_CONF
|
|
|
|
/*% location of dns.conf */
|
|
|
|
-#define DNS_CONF "/etc/dns.conf"
|
|
|
|
+#define DNS_CONF "@TERMUX_PREFIX@/etc/dns.conf"
|
2020-03-19 21:01:56 +01:00
|
|
|
#endif /* ifndef DNS_CONF */
|
2019-03-02 13:52:25 +01:00
|
|
|
|
2020-03-19 21:01:56 +01:00
|
|
|
ISC_THREAD_LOCAL irs_context_t *irs_context = NULL;
|