You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mosquitto/debian/patches/async_dns.patch

15 lines
415 B
Diff

Description: Enable asynchronous DNS resolving for bridges.
Author: Roger Light <roger@atchoo.org>
Forwarded: not-needed
--- a/config.mk
+++ b/config.mk
@@ -77,7 +77,7 @@
WITH_SOCKS:=yes
# Build with async dns lookup support for bridges (temporary). Requires glibc.
-#WITH_ADNS:=yes
+WITH_ADNS:=yes
# =============================================================================
# End of user configuration