From: Alexandru Ardelean Date: Fri, 17 Oct 2014 13:39:25 +0000 (+0300) Subject: python: add ac_cv_buggy_getaddrinfo=no to config.site file X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=8122954aff030b1048b6149168aca812ef5f51ee;p=feed%2Fpackages.git python: add ac_cv_buggy_getaddrinfo=no to config.site file Required when IPv6 support gets enabled. Signed-off-by: Alexandru Ardelean --- diff --git a/lang/python/files/config.site b/lang/python/files/config.site index 8f7a3f9816..cfa56b89b5 100644 --- a/lang/python/files/config.site +++ b/lang/python/files/config.site @@ -8,4 +8,5 @@ ac_cv_file__dev_ptmx=yes ac_cv_file__dev_ptc=no +ac_cv_buggy_getaddrinfo=no