From 48011a79e2c3014ce4e94a67a6b57f3363b3a660 Mon Sep 17 00:00:00 2001 From: John Willis Date: Tue, 14 Jul 2009 05:46:31 +0000 Subject: gamin-0.1.8: Fix build issue with recent GCC/GLibC combos. Update gamin_0.1.8.bb to build with recent GCC and GLibC 2.8 > via addition of configure.in patch (use AC_USE_SYSTEM_EXTENSIONS instead of AC_ISC_POSIX). Signed-off-by: David-John Willis Signed-off-by: Holger Freyther --- recipes/gamin/files/configure_ucred.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 recipes/gamin/files/configure_ucred.patch (limited to 'recipes/gamin/files') diff --git a/recipes/gamin/files/configure_ucred.patch b/recipes/gamin/files/configure_ucred.patch new file mode 100644 index 0000000000..016c4dfdb9 --- /dev/null +++ b/recipes/gamin/files/configure_ucred.patch @@ -0,0 +1,11 @@ +--- trunk/configure.in 2007/08/06 08:35:56 326 ++++ trunk/configure.in 2008/06/03 15:34:24 330 +@@ -29,7 +29,7 @@ + + AM_PROG_LIBTOOL + +-AC_ISC_POSIX ++AC_USE_SYSTEM_EXTENSIONS + AC_PROG_CC + AM_PROG_CC_STDC + AC_HEADER_STDC -- cgit v1.2.3