[oe-commits] John Willis : gamin-0.1.8: Fix build issue with recent GCC/GLibC combos.

git version control git at git.openembedded.org
Mon Aug 17 13:59:36 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 48011a79e2c3014ce4e94a67a6b57f3363b3a660
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=48011a79e2c3014ce4e94a67a6b57f3363b3a660

Author: John Willis <John.Willis at Distant-earth.com>
Date:   Tue Jul 14 05:46:31 2009 +0000

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 <John.Willis at Distant-earth.com>
Signed-off-by: Holger Freyther <zecke at selfish.org>

---

 recipes/gamin/files/configure_ucred.patch |   11 +++++++++++
 recipes/gamin/gamin_0.1.8.bb              |    3 ++-
 2 files changed, 13 insertions(+), 1 deletions(-)

diff --git a/recipes/gamin/files/configure_ucred.patch b/recipes/gamin/files/configure_ucred.patch
new file mode 100644
index 0000000..016c4df
--- /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
diff --git a/recipes/gamin/gamin_0.1.8.bb b/recipes/gamin/gamin_0.1.8.bb
index 754f47d..b939c9d 100644
--- a/recipes/gamin/gamin_0.1.8.bb
+++ b/recipes/gamin/gamin_0.1.8.bb
@@ -2,7 +2,8 @@ DESCRIPTION = "Gamin is a file and directory monitoring system defined to be a s
 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 " 
 





More information about the Openembedded-commits mailing list