1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-19 14:37:08 +00:00
termux-packages/packages/ldns/fix-hardcoded-paths.patch
2022-02-24 02:40:35 +05:30

16 lines
597 B
Diff

diff -uNr ldns-1.7.0/ldns/resolver.h ldns-1.7.0.mod/ldns/resolver.h
--- ldns-1.7.0/ldns/resolver.h 2016-12-20 12:48:22.000000000 +0200
+++ ldns-1.7.0.mod/ldns/resolver.h 2017-10-04 16:27:10.112448953 +0300
@@ -33,9 +33,9 @@
#endif
/** Default location of the resolv.conf file */
-#define LDNS_RESOLV_CONF "/etc/resolv.conf"
+#define LDNS_RESOLV_CONF "@TERMUX_PREFIX@/etc/resolv.conf"
/** Default location of the hosts file */
-#define LDNS_RESOLV_HOSTS "/etc/hosts"
+#define LDNS_RESOLV_HOSTS "@TERMUX_PREFIX@/etc/hosts"
#define LDNS_RESOLV_KEYWORD -1
#define LDNS_RESOLV_DEFDOMAIN 0