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.
15 lines
361 B
Diff
15 lines
361 B
Diff
Description: Enable asynchronous DNS resolving for bridges.
|
|
Author: Roger Light <roger@atchoo.org>
|
|
Forwarded: not-needed
|
|
--- a/config.mk
|
|
+++ b/config.mk
|
|
@@ -87,7 +87,7 @@
|
|
WITH_STATIC_LIBRARIES:=no
|
|
|
|
# Build with async dns lookup support for bridges (temporary). Requires glibc.
|
|
-#WITH_ADNS:=yes
|
|
+WITH_ADNS:=yes
|
|
|
|
# Build with epoll support.
|
|
WITH_EPOLL:=yes
|