commit 99befa31f8f8d02260728a1547832cba37b807e1 Author: Ryan Lortie AuthorDate: Mon Sep 22 13:51:34 2014 -0400 Commit: Ryan Lortie CommitDate: Mon Sep 22 13:51:43 2014 -0400 GLib 2.40.2 NEWS | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) commit 2e1f170096869926fab544d5aec31094597a82b3 Author: Antoine Jacoutot AuthorDate: Wed Apr 16 10:27:09 2014 +0200 Commit: Ryan Lortie CommitDate: Sun Sep 21 12:11:21 2014 -0400 platform_get_argv0: drop unneeded headers for OpenBSD And properly set the size of len. There is also no need for realloc(), g_malloc0 will do just fine. https://bugzilla.gnome.org/show_bug.cgi?id=728280 glib/goption.c | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) commit b97e6454f78aab13695c822fb52aa684fc6dada0 Author: Antoine Jacoutot AuthorDate: Thu Apr 10 11:16:44 2014 +0200 Commit: Ryan Lortie CommitDate: Sat Sep 20 16:37:03 2014 -0400 build: also unset LIBS when LDFLAGS is unset On OpenBSD, libintl is installed under /usr/local/lib. When configure checks unset LDFLAGS, LIBS should also be unset otherwise we end up with -lintl which cannot be found resulting to the compile check to fail. https://bugzilla.gnome.org/show_bug.cgi?id=727939 configure.ac | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) commit 24d26e0709d88c8f943bf79a61c55b712d500326 Author: Ryan Lortie AuthorDate: Fri Jun 20 14:43:26 2014 -0400 Commit: Ryan Lortie CommitDate: Sat Sep 20 16:33:58 2014 -0400 configure.ac: fix nested functions in checks This is a combination of these commits from master: 9362a1b2d987125a8aa0723b916d29aaaece329a 20e709d8b92e28d162c78b147afe4040e3a48b85 e15ba53cdab91587721a38efa4eeea9acf871860 configure.ac | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-)