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 <John.Willis@Distant-earth.com>
Signed-off-by: Holger Freyther <zecke@selfish.org>
--- /dev/null
+--- 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
LICENSE = "LGPL"
SRC_URI = "http://www.gnome.org/~veillard/gamin/sources/gamin-${PV}.tar.gz \
- file://no-abstract-sockets.patch;patch=1"
+ file://no-abstract-sockets.patch;patch=1 \
+ file://configure_ucred.patch;patch=1 "
EXTRA_OECONF = " --without-python "