* [Buildroot] [PATCH] tooclhain/internal: enable wordexp in uClibc
@ 2012-12-31 13:04 Yann E. MORIN
2012-12-31 17:12 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Yann E. MORIN @ 2012-12-31 13:04 UTC (permalink / raw)
To: buildroot
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(-)
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] tooclhain/internal: enable wordexp in uClibc
2012-12-31 13:04 [Buildroot] [PATCH] tooclhain/internal: enable wordexp in uClibc Yann E. MORIN
@ 2012-12-31 17:12 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2012-12-31 17:12 UTC (permalink / raw)
To: buildroot
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
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-12-31 17:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-31 13:04 [Buildroot] [PATCH] tooclhain/internal: enable wordexp in uClibc Yann E. MORIN
2012-12-31 17:12 ` Thomas Petazzoni
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.