diff options
author | woglinde <heinold@inf.fu-berlin.de> | 2009-03-24 12:08:58 +0100 |
---|---|---|
committer | woglinde <heinold@inf.fu-berlin.de> | 2009-03-24 12:09:26 +0100 |
commit | b4b4c8664e53f15a436e17151c7c8cef33b766cd (patch) | |
tree | 8b81c1fa8ae7993c5e6b0bfe47f92a0460832e9e | |
parent | 9a591708b4932b5f57357a04152e53b2342016d5 (diff) |
uclibc-0.9.30.1: enable UCLIBC_HAS_GETPT
-rw-r--r-- | recipes/uclibc/uclibc-0.9.30.1/uClibc.distro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/uclibc/uclibc-0.9.30.1/uClibc.distro b/recipes/uclibc/uclibc-0.9.30.1/uClibc.distro index b072b2fd37..77f6091e78 100644 --- a/recipes/uclibc/uclibc-0.9.30.1/uClibc.distro +++ b/recipes/uclibc/uclibc-0.9.30.1/uClibc.distro @@ -32,6 +32,7 @@ UCLIBC_HAS_SHADOW=y UCLIBC_HAS_PROGRAM_INVOCATION_NAME=y UCLIBC_HAS___PROGNAME=y UNIX98PTY_ONLY=y +UCLIBC_HAS_GETPT=y ASSUME_DEVPTS=y UCLIBC_HAS_TM_EXTENSIONS=y UCLIBC_HAS_TZ_CACHING=y |