Hi,
On Sun, 20 Aug 2006 at 21:33 +0000, Sven Geggus wrote:
> Hi there,
> 
> in my effort to port alsa-lib and alsa-utils (nowm that the alsa
> driver is working) I came across the need of a libc Version with
> wordexp support (UCLIBC_HAS_WORDEXP).
> 
> How would I enable this for the freewrt build of uclibc?

Add following patch:
svn diff toolchain/uClibc/files/config.mipsel 
Index: toolchain/uClibc/files/config.mipsel
===================================================================
--- toolchain/uClibc/files/config.mipsel        (revision 528)
+++ toolchain/uClibc/files/config.mipsel        (working copy)
@@ -134,7 +134,7 @@
 # Big and Tall
 #
 UCLIBC_HAS_REGEX=y
-# UCLIBC_HAS_WORDEXP is not set
+UCLIBC_HAS_WORDEXP=y
 UCLIBC_HAS_FTW=y
 UCLIBC_HAS_GLOB=y
 
And rebuild the toolchain:
make cleandir
make

How many bytes are added to uclibc if we would enable the feature by
default?

bye
 Waldemar

-- 
don't open your wrt, free it
http://www.freewrt.org

Attachment: pgpiRCK71zr40.pgp
Description: PGP signature

_______________________________________________
freewrt-developers mailing list
[email protected]
https://www.freewrt.org/lists/listinfo/freewrt-developers

Reply via email to