From: Jan-Benedict G. <jb...@us...> - 2005-12-16 11:39:41
|
Update of /cvsroot/linux-vax/toolchain/patches In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5789 Added Files: uclibc-000033-config-____TEMPORARY____-no-glob-support.patch Log Message: - Temporarily disabling glob support from uClibc. It broke in upstream when they hid some of it's internald. (All this hiding is adding a lot of work and trouble and I think it's not worth it at all! Listen, you uClibc core developers! Listen!) --- NEW FILE: uclibc-000033-config-____TEMPORARY____-no-glob-support.patch --- --- src-uclibc-fresh/.config 2005-12-16 11:38:34.000000000 +0100 +++ src-uclibc-hacked/.config 2005-12-16 11:38:59.000000000 +0100 @@ -122,7 +122,7 @@ UCLIBC_HAS_REGEX=y # UCLIBC_HAS_REGEX_OLD is not set # UCLIBC_HAS_WORDEXP is not set # UCLIBC_HAS_FTW is not set -UCLIBC_HAS_GLOB=y +# UCLIBC_HAS_GLOB is not set # # Library Installation Options |