python: fix cross
This commit is contained in:
parent
4f67771a2b
commit
fd7657e5af
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@ build() {
|
||||||
--host=$TRIPLE \
|
--host=$TRIPLE \
|
||||||
--with-system-ffi=true \
|
--with-system-ffi=true \
|
||||||
--with-ssl-default-suites=openssl \
|
--with-ssl-default-suites=openssl \
|
||||||
ax_cv_c_float_words_bigendian=no
|
ax_cv_c_float_words_bigendian=no \
|
||||||
|
ac_cv_buggy_getaddrinfo=no
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue