From: aldot at uclibc.org <aldot@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/m4
Date: Wed, 10 Jan 2007 10:39:10 -0800 (PST) [thread overview]
Message-ID: <20070110183910.5F6FB4856D@busybox.net> (raw)
Author: aldot
Date: 2007-01-10 10:39:08 -0800 (Wed, 10 Jan 2007)
New Revision: 17227
Log:
- bump version
Added:
trunk/buildroot/package/m4/m4-1.4.8-001-MB_CUR_MAX.patch
Modified:
trunk/buildroot/package/m4/m4.mk
Changeset:
Added: trunk/buildroot/package/m4/m4-1.4.8-001-MB_CUR_MAX.patch
===================================================================
--- trunk/buildroot/package/m4/m4-1.4.8-001-MB_CUR_MAX.patch (rev 0)
+++ trunk/buildroot/package/m4/m4-1.4.8-001-MB_CUR_MAX.patch 2007-01-10 18:39:08 UTC (rev 17227)
@@ -0,0 +1,13 @@
+--- m4-1.4.8.orig/lib/regcomp.c 2006-09-24 06:28:37.000000000 +0200
++++ m4-1.4.8/lib/regcomp.c 2007-01-06 20:53:10.000000000 +0100
+@@ -871,6 +871,10 @@ init_dfa (re_dfa_t *dfa, size_t pat_len)
+ dfa->state_table = calloc (sizeof (struct re_state_table_entry), table_size);
+ dfa->state_hash_mask = table_size - 1;
+
++#ifndef MB_CUR_MAX
++#define MB_CUR_MAX (0)
++#endif
++
+ dfa->mb_cur_max = MB_CUR_MAX;
+ #ifdef _LIBC
+ if (dfa->mb_cur_max == 6
Modified: trunk/buildroot/package/m4/m4.mk
===================================================================
--- trunk/buildroot/package/m4/m4.mk 2007-01-10 17:46:19 UTC (rev 17226)
+++ trunk/buildroot/package/m4/m4.mk 2007-01-10 18:39:08 UTC (rev 17227)
@@ -3,7 +3,7 @@
# m4
#
#############################################################
-M4_VER:=1.4.4
+M4_VER:=1.4.8
M4_SOURCE:=m4-$(M4_VER).tar.bz2
M4_CAT:=$(BZCAT)
M4_SITE:=http://ftp.gnu.org/pub/gnu/m4
next reply other threads:[~2007-01-10 18:39 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-01-10 18:39 aldot at uclibc.org [this message]
-- strict thread matches above, loose matches on Subject: below --
2007-07-07 10:11 [Buildroot] svn commit: trunk/buildroot/package/m4 aldot at uclibc.org
2009-01-04 5:59 nkukard at uclibc.org
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070110183910.5F6FB4856D@busybox.net \
--to=aldot@uclibc.org \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox