diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-01-17 07:46:20 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-01-17 07:46:20 +0000 |
commit | cf93aba150a8bffaf950905189f2a20220b9f08b (patch) | |
tree | f87066b938c4270fcc529d4d7fc3e6f6f22aec10 /main/libc0.9.32/uclibcconfig.x86 | |
parent | 9692956fc0bff3d3082c181d9a0fefddbde97899 (diff) | |
download | aports-cf93aba150a8bffaf950905189f2a20220b9f08b.tar.bz2 aports-cf93aba150a8bffaf950905189f2a20220b9f08b.tar.xz |
main/libc0.9.32: do not use old regex implementation
It breaks sed
http://comments.gmane.org/gmane.linux.busybox/35528
Diffstat (limited to 'main/libc0.9.32/uclibcconfig.x86')
-rw-r--r-- | main/libc0.9.32/uclibcconfig.x86 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/libc0.9.32/uclibcconfig.x86 b/main/libc0.9.32/uclibcconfig.x86 index bfd6e517f4..285d42d394 100644 --- a/main/libc0.9.32/uclibcconfig.x86 +++ b/main/libc0.9.32/uclibcconfig.x86 @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# Version: 0.9.32 -# Tue Jun 14 09:35:04 2011 +# Version: 0.9.32.1 +# Tue Jan 17 07:40:43 2012 # # TARGET_alpha is not set # TARGET_arm is not set @@ -215,7 +215,7 @@ UCLIBC_HAS_GNU_GETSUBOPT=y # Big and Tall # UCLIBC_HAS_REGEX=y -UCLIBC_HAS_REGEX_OLD=y +# UCLIBC_HAS_REGEX_OLD is not set UCLIBC_HAS_FNMATCH=y # UCLIBC_HAS_FNMATCH_OLD is not set UCLIBC_HAS_WORDEXP=y |