All of lore.kernel.org
 help / color / mirror / Atom feed
From: "John Willis" <John.Willis@Distant-earth.com>
To: <openembedded-devel@lists.openembedded.org>
Subject: [PATCH] Fix build issue with gamin_0.1.8.bb and recent GCC/GLibC combos.
Date: Tue, 14 Jul 2009 16:46:31 +0100	[thread overview]
Message-ID: <003d01ca049a$43702c60$ca508520$@Willis@Distant-earth.com> (raw)

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>
---
 recipes/gamin/files/configure_ucred.patch |   11 +++++++++++
 recipes/gamin/gamin_0.1.8.bb              |    3 ++-
 2 files changed, 13 insertions(+), 1 deletions(-)
 create mode 100644 recipes/gamin/files/configure_ucred.patch

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..2f35392
--- 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 " 
 
-- 
1.6.3.1






             reply	other threads:[~2009-07-14 16:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-14 15:46 John Willis [this message]
2009-08-14  2:53 ` [PATCH] Fix build issue with gamin_0.1.8.bb and recent GCC/GLibC combos Holger Hans Peter Freyther

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='003d01ca049a$43702c60$ca508520$@Willis@Distant-earth.com' \
    --to=john.willis@distant-earth.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.