mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
Python: enable ipv6 support. closes #1795
This commit is contained in:
parent
5fda0b96c0
commit
2a54d46e6d
@ -32,6 +32,7 @@ ac_cv_file_dev_ptmx=yes \
|
||||
ac_cv_func_lchflags_works=no \
|
||||
ac_cv_func_chflags_works=no \
|
||||
ac_cv_func_printf_zd=yes \
|
||||
ac_cv_buggy_getaddrinfo=no \
|
||||
../configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=/usr \
|
||||
@ -39,7 +40,7 @@ ac_cv_func_printf_zd=yes \
|
||||
--enable-shared \
|
||||
--with-threads \
|
||||
--enable-unicode=ucs4 \
|
||||
--disable-ipv6 \
|
||||
--enable-ipv6 \
|
||||
--disable-profiling \
|
||||
--without-pydebug \
|
||||
--without-doc-strings \
|
||||
|
Loading…
x
Reference in New Issue
Block a user