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>
lilik-openwrt-22.03
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 @@
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

Loading…
Cancel
Save