getdns: Package update to replace libidn support with libidn2

Package update to replace libidn support with libidn2

Signed-off-by: David Mora <iamperson347+public@gmail.com>
This commit is contained in:
David Mora
2018-04-17 18:10:59 -04:00
parent b1bd165886
commit cefe7738b5
2 changed files with 8 additions and 8 deletions
+3 -3
View File
@@ -7,10 +7,10 @@ config GETDNS_ENABLE_STUB_ONLY
getdns can be configured for stub resolution mode only. (Removes libunbound dependency)
default y
config GETDNS_ENABLE_IDN_LIBIDN
bool "GETDNS_ENABLE_IDN_LIBIDN"
config GETDNS_ENABLE_IDN_LIBIDN2
bool "GETDNS_ENABLE_IDN_LIBIDN2"
help
getdns can be configured with some IDN Support. (Requires libidn dependency)
getdns can be configured with some IDN Support. (Requires libidn2 dependency)
default n
endmenu