uclibc: fix coreutils cut bug, enable needed config symbols in uclibc-ng config
authorWaldemar Brodkorb <wbx@openadk.org>
Sat, 5 Sep 2015 15:24:23 +0000 (17:24 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 6 Sep 2015 09:33:53 +0000 (11:33 +0200)
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>
package/uclibc/uClibc-ng.config

index 6523585515025e18e0c3fd436b5e424153c48526..c17603db24abcf7e8bfb1fef04694b2cdedd0024 100644 (file)
@@ -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