Browse Source

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 10 years ago
parent
commit
e0abcb569b
1 changed files with 1 additions and 7 deletions
  1. 1
    7
      lang/python3/files/config.site

+ 1
- 7
lang/python3/files/config.site View File

@@ -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