diff options
author | John Willis <John.Willis@Distant-earth.com> | 2009-07-14 05:46:31 +0000 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2009-08-17 15:58:26 +0200 |
commit | 48011a79e2c3014ce4e94a67a6b57f3363b3a660 (patch) | |
tree | 19febf09df6caeb224d53d8a6ffbbfa071993f39 /recipes/gamin/gamin_0.1.8.bb | |
parent | 0907be2124ae3ca7b80dfc60d7632504339f00bd (diff) |
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@Distant-earth.com>
Signed-off-by: Holger Freyther <zecke@selfish.org>
Diffstat (limited to 'recipes/gamin/gamin_0.1.8.bb')
-rw-r--r-- | recipes/gamin/gamin_0.1.8.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/gamin/gamin_0.1.8.bb b/recipes/gamin/gamin_0.1.8.bb index 754f47dc9e..b939c9d316 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 " |