Browse Source

python: fixed cross-compiling setting ac_cv_file__dev_ptc=no

There is no /dev/ptc on Linux because it is AIX specific.
stable/0.6
Christian Wiese 11 years ago
parent
commit
3addb627cf
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      python/python/python.conf

+ 2
- 0
python/python/python.conf

@ -57,4 +57,6 @@ if atstage cross; then
var_append configcache ' ' "ac_cv_buggy_getaddrinfo=no"
# on a running system we have /dev/ptmx
var_append configcache ' ' "ac_cv_file__dev_ptmx=yes"
# no /dev/ptc because it is AIX specific
var_append configcache ' ' "ac_cv_file__dev_ptc=no"
fi

Loading…
Cancel
Save