diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-03-23 20:46:18 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-03-23 20:46:18 -0500 |
commit | 09425d65542853eac4f69b7fed0648fa76c4611d (patch) | |
tree | a321d189566c74ad58d43d8a19a15533d70cac8c /target/microblaze | |
parent | 6cebe0b4795fd2d4f3b00b026286fe05c8366e67 (diff) |
uClibc added a new symbol for utmp support
Diffstat (limited to 'target/microblaze')
-rw-r--r-- | target/microblaze/uclibc.config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/microblaze/uclibc.config b/target/microblaze/uclibc.config index 79450dac8..025ddba50 100644 --- a/target/microblaze/uclibc.config +++ b/target/microblaze/uclibc.config @@ -193,7 +193,8 @@ UCLIBC_HAS_NFTW=y # UCLIBC_HAS_FTS is not set UCLIBC_HAS_GLOB=y UCLIBC_HAS_GNU_GLOB=y -# UCLIBC_HAS_UTMPX is not set +UCLIBC_HAS_UTMP=y +UCLIBC_HAS_UTMPX=y # # Library Installation Options |