diff options
| author | Eric Andersen <andersen@codepoet.org> | 2003-09-01 20:14:40 +0000 |
|---|---|---|
| committer | Eric Andersen <andersen@codepoet.org> | 2003-09-01 20:14:40 +0000 |
| commit | c9e50edded82304cbd360433f14b4f00e5159a59 (patch) | |
| tree | 6e6dadae3f0b2d713fef69b48e389457b95710d9 | |
| parent | 80bf917e6738b8f37f888e5fe4e453562dabbccd (diff) | |
| download | buildroot-novena-c9e50edded82304cbd360433f14b4f00e5159a59.tar.gz buildroot-novena-c9e50edded82304cbd360433f14b4f00e5159a59.zip | |
Update for disabling wordexp
| -rw-r--r-- | sources/uClibc.config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sources/uClibc.config b/sources/uClibc.config index 417661857..9f0298532 100644 --- a/sources/uClibc.config +++ b/sources/uClibc.config @@ -48,6 +48,7 @@ MALLOC_GLIBC_COMPAT=y UCLIBC_DYNAMIC_ATEXIT=y HAS_SHADOW=y UCLIBC_HAS_REGEX=y +# UCLIBC_HAS_WORDEXP is not set UNIX98PTY_ONLY=y ASSUME_DEVPTS=y UCLIBC_HAS_TM_EXTENSIONS=y |
