diff mbox

tooclhain/internal: enable wordexp in uClibc

Message ID 1356959077-29498-1-git-send-email-yann.morin.1998@free.fr
State Superseded
Headers show

Commit Message

Yann E. MORIN Dec. 31, 2012, 1:04 p.m. UTC
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@free.fr>
---
 toolchain/uClibc/uClibc-0.9.33.config |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Thomas Petazzoni Dec. 31, 2012, 5:12 p.m. UTC | #1
Dear Yann E. MORIN,

On Mon, 31 Dec 2012 14:04:37 +0100, Yann E. MORIN wrote:
> 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.

Please see my comment about tvheadend usage of wordexp before applying
this patch.

Thanks,

Thomas
diff mbox

Patch

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