Re: [PATCH 01/02 resend] fix glib dependency version v2

2010-12-28 Thread Yang Rui Rui
dependency of glib in configure.ac to>=2.22 so now we have the problem that your mailer doesn't extend the email address. So you have to put a From line at the top of your email body. Ok, thanks. I use following cmdline to send it: cat 0001-glib-version.patch |mutt -s '[PATCH 01/02 res

Re: [PATCH 01/02 resend] fix glib dependency version v2

2010-12-28 Thread Marcel Holtmann
Hi Yang, > src/stats.c and src/tools/stats-tool.c use glib function g_mkstemp_full > g_mkstemp_full comes since GLib 2.21.6, see following changelog: > http://linuxtesting.org/upstream-tracker/changelogs/glib/2.21.6/changelog.html > > So here fix the dependency of glib in configure.ac to >=2.22

[PATCH 01/02 resend] fix glib dependency version v2

2010-12-28 Thread ruirui.r.yang
src/stats.c and src/tools/stats-tool.c use glib function g_mkstemp_full g_mkstemp_full comes since GLib 2.21.6, see following changelog: http://linuxtesting.org/upstream-tracker/changelogs/glib/2.21.6/changelog.html So here fix the dependency of glib in configure.ac to >=2.22 --- configure.ac |