diff options
| author | Eric Andersen <andersen@codepoet.org> | 2003-12-10 20:11:09 +0000 | 
|---|---|---|
| committer | Eric Andersen <andersen@codepoet.org> | 2003-12-10 20:11:09 +0000 | 
| commit | dd7945ca8e601efd5c62b7536746504d1fc56a99 (patch) | |
| tree | a545f723b1f728e376a6a85f5a34b0dd45d74f71 | |
| parent | f71ea4dbd923db4f42ad0ff32653c25d5644f38d (diff) | |
| download | buildroot-novena-dd7945ca8e601efd5c62b7536746504d1fc56a99.tar.gz buildroot-novena-dd7945ca8e601efd5c62b7536746504d1fc56a99.zip | |
Support older apps by disabling UNIX98PTY_ONLY
| -rw-r--r-- | sources/uClibc.config | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/sources/uClibc.config b/sources/uClibc.config index 9481dc524..33a346f66 100644 --- a/sources/uClibc.config +++ b/sources/uClibc.config @@ -49,7 +49,7 @@ MALLOC_930716=y  MALLOC_GLIBC_COMPAT=y  UCLIBC_DYNAMIC_ATEXIT=y  HAS_SHADOW=y -UNIX98PTY_ONLY=y +# UNIX98PTY_ONLY is not set  ASSUME_DEVPTS=y  UCLIBC_HAS_TM_EXTENSIONS=y  UCLIBC_HAS_TZ_CACHING=y | 
