diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-30 10:47:19 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-30 10:47:19 +0200 |
commit | 76efbda1beeadc287336d2135f4dddbce360e235 (patch) | |
tree | ab7296ca88661b1c7040ec38e7cb1ad1699d6fa7 | |
parent | f173d6ae31082439be71d9f5dcf6074ca6355520 (diff) |
getpt glibc compat needed for xterm
-rw-r--r-- | target/ibmx40/uclibc.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/ibmx40/uclibc.config b/target/ibmx40/uclibc.config index 5eb214a35..288dc1b77 100644 --- a/target/ibmx40/uclibc.config +++ b/target/ibmx40/uclibc.config @@ -109,7 +109,7 @@ UCLIBC_HAS___PROGNAME=y UCLIBC_HAS_PTY=y ASSUME_DEVPTS=y UNIX98PTY_ONLY=y -# UCLIBC_HAS_GETPT is not set +UCLIBC_HAS_GETPT=y UCLIBC_HAS_TM_EXTENSIONS=y UCLIBC_HAS_TZ_CACHING=y UCLIBC_HAS_TZ_FILE=y |