Explorar el Código

python: add ac_cv_buggy_getaddrinfo=no to config.site file

Required when IPv6 support gets enabled.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean hace 10 años
padre
commit
e0abcb569b
Se han modificado 1 ficheros con 1 adiciones y 7 borrados
  1. 1
    7
      lang/python3/files/config.site

+ 1
- 7
lang/python3/files/config.site Ver fichero

@@ -8,11 +8,5 @@
8 8
 
9 9
 ac_cv_file__dev_ptmx=yes
10 10
 ac_cv_file__dev_ptc=no
11
-
12
-# FIXME: moved from Makefile here
13
-#ac_cv_have_chflags=no \
14
-#ac_cv_have_lchflags=no \
15
-#ac_cv_py_format_size_t=no \
16
-#ac_cv_have_long_long_format=yes \
17
-#ac_cv_buggy_getaddrinfo=no \
11
+ac_cv_buggy_getaddrinfo=no
18 12