diff options
author | Eric Andersen <andersen@codepoet.org> | 2006-07-04 11:06:43 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2006-07-04 11:06:43 +0000 |
commit | e8609e8ea76faf951875d46b5e58a84516963c7b (patch) | |
tree | 0aae9cdd04e502b89e4c74ad0bcaca8f2609c9e5 /toolchain/uClibc/uClibc.config-locale | |
parent | 5675a37772d5e5b8e4e808e42fc61761552c14d6 (diff) | |
download | buildroot-novena-e8609e8ea76faf951875d46b5e58a84516963c7b.tar.gz buildroot-novena-e8609e8ea76faf951875d46b5e58a84516963c7b.zip |
Disable UCLIBC_HAS_GNU_GLOB, since gnu glob is a horrible bloated monster
and should NOT be enabled by default.
Diffstat (limited to 'toolchain/uClibc/uClibc.config-locale')
-rw-r--r-- | toolchain/uClibc/uClibc.config-locale | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/uClibc/uClibc.config-locale b/toolchain/uClibc/uClibc.config-locale index fcba00972..31ba2f692 100644 --- a/toolchain/uClibc/uClibc.config-locale +++ b/toolchain/uClibc/uClibc.config-locale @@ -153,6 +153,7 @@ UCLIBC_HAS_REGEX_OLD=y # UCLIBC_HAS_WORDEXP is not set UCLIBC_HAS_FTW=y UCLIBC_HAS_GLOB=y +# UCLIBC_HAS_GNU_GLOB is not set # # Library Installation Options |