You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
432 B
13 lines
432 B
7 years ago
|
diff -uNr c-ares-1.13.0/ares_private.h c-ares-1.13.0.mod/ares_private.h
|
||
|
--- c-ares-1.13.0/ares_private.h 2017-06-16 15:53:03.000000000 +0300
|
||
|
+++ c-ares-1.13.0.mod/ares_private.h 2017-09-12 11:24:17.332992105 +0300
|
||
|
@@ -84,7 +84,7 @@
|
||
|
#ifdef ETC_INET
|
||
|
#define PATH_HOSTS "/etc/inet/hosts"
|
||
|
#else
|
||
|
-#define PATH_HOSTS "/etc/hosts"
|
||
|
+#define PATH_HOSTS "@TERMUX_PREFIX@/etc/hosts"
|
||
|
#endif
|
||
|
|
||
|
#endif
|