python: fix cross again
This commit is contained in:
parent
74d7e57319
commit
27f8f32dc5
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,8 @@ build() {
|
|||
--with-ssl-default-suites=openssl \
|
||||
ax_cv_c_float_words_bigendian=no \
|
||||
ac_cv_buggy_getaddrinfo=no \
|
||||
ac_cv_file__dev_ptmx=yes
|
||||
ac_cv_file__dev_ptmx=yes \
|
||||
ac_cv_file__dev_ptc=no
|
||||
make
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue