[Buildroot] [PATCH] tooclhain/internal: enable wordexp in uClibc

Yann E. MORIN yann.morin.1998 at free.fr
Mon Dec 31 13:04:37 UTC 2012


wordexp is used by tvheadend.

Although alegedly rarely used, we want all our packages to build
with the internal toolchain backend, so we just enable it.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
---
 toolchain/uClibc/uClibc-0.9.33.config |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/toolchain/uClibc/uClibc-0.9.33.config b/toolchain/uClibc/uClibc-0.9.33.config
index eb39df6..3f62d52 100644
--- a/toolchain/uClibc/uClibc-0.9.33.config
+++ b/toolchain/uClibc/uClibc-0.9.33.config
@@ -227,7 +227,7 @@ UCLIBC_HAS_REGEX=y
 # UCLIBC_HAS_REGEX_OLD is not set
 UCLIBC_HAS_FNMATCH=y
 # UCLIBC_HAS_FNMATCH_OLD is not set
-# UCLIBC_HAS_WORDEXP is not set
+UCLIBC_HAS_WORDEXP=y
 UCLIBC_HAS_NFTW=y
 UCLIBC_HAS_FTW=y
 # UCLIBC_HAS_FTS is not set
-- 
1.7.2.5



More information about the buildroot mailing list