summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-09-05 17:24:23 +0200
committerPeter Korsgaard <peter@korsgaard.com>2015-09-06 11:33:53 +0200
commite07cc92491080289188b3618d687b06bb9aa6041 (patch)
tree0325b50dc3fa5d35c586166ce75120c8bfe9590d
parent5b47168f16b4e9d9a05a866bcb1b448d9cc382c3 (diff)
downloadbuildroot-e07cc92491080289188b3618d687b06bb9aa6041.tar.gz
buildroot-e07cc92491080289188b3618d687b06bb9aa6041.zip
uclibc: fix coreutils cut bug, enable needed config symbols in uclibc-ng config
Fixes https://bugs.buildroot.org/show_bug.cgi?id=4099 Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r--package/uclibc/uClibc-ng.config4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/uclibc/uClibc-ng.config b/package/uclibc/uClibc-ng.config
index 6523585515..c17603db24 100644
--- a/package/uclibc/uClibc-ng.config
+++ b/package/uclibc/uClibc-ng.config
@@ -24,8 +24,8 @@ UCLIBC_HAS_LIBNSL_STUB=y
UCLIBC_HAS_CTYPE_CHECKED=y
UCLIBC_HAS_HEXADECIMAL_FLOATS=y
UCLIBC_HAS_GLIBC_CUSTOM_PRINTF=y
-# UCLIBC_HAS_STDIO_GETC_MACRO is not set
-# UCLIBC_HAS_STDIO_PUTC_MACRO is not set
+UCLIBC_HAS_STDIO_GETC_MACRO=y
+UCLIBC_HAS_STDIO_PUTC_MACRO=y
UCLIBC_HAS_FOPEN_EXCLUSIVE_MODE=y
UCLIBC_HAS_GLIBC_CUSTOM_STREAMS=y
UCLIBC_HAS_PRINTF_M_SPEC=y
OpenPOWER on IntegriCloud