From: Alexandru Ardelean Date: Mon, 20 Oct 2014 15:09:57 +0000 (+0300) Subject: python: add ac_cv_buggy_getaddrinfo=no to config.site file X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=e0abcb569b6c676a869222ac3c6c0408bcd644f3;p=openwrt-packages.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/python3/files/config.site b/lang/python3/files/config.site index f4113357a..cfa56b89b 100644 --- a/lang/python3/files/config.site +++ b/lang/python3/files/config.site @@ -8,11 +8,5 @@ ac_cv_file__dev_ptmx=yes ac_cv_file__dev_ptc=no - -# FIXME: moved from Makefile here -#ac_cv_have_chflags=no \ -#ac_cv_have_lchflags=no \ -#ac_cv_py_format_size_t=no \ -#ac_cv_have_long_long_format=yes \ -#ac_cv_buggy_getaddrinfo=no \ +ac_cv_buggy_getaddrinfo=no