All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denis@denix.org>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [STABLE][PATCH] postgresql: use LDFLAGS for shared libs	(fixes QA error)
Date: Wed, 08 Apr 2009 15:02:33 -0400	[thread overview]
Message-ID: <20090408190233.GE14502@denix.org> (raw)
In-Reply-To: <49DC7AD0.2010604@bolloretelecom.eu>

On Wed, Apr 08, 2009 at 12:22:08PM +0200, Jeremy Lain?? wrote:
> Could a stable maintainer pleaser accept/reject this patch?

Looks good to me.

Acked-by: Denys Dmytriyenko <denis@denix.org>

> Jeremy Lain?? wrote:
> > From: Jeremy Lain?? <jeremy.laine@m4x.org>
> > 
> > 
> > Signed-off-by: Jeremy Lain?? <jeremy.laine@m4x.org>
> > ---
> >  recipes/postgresql/postgresql.inc      |    3 +++
> >  recipes/postgresql/postgresql_8.1.4.bb |    2 +-
> >  recipes/postgresql/postgresql_8.1.8.bb |    2 +-
> >  recipes/postgresql/postgresql_8.2.4.bb |    2 +-
> >  4 files changed, 6 insertions(+), 3 deletions(-)
> > 
> > diff --git a/recipes/postgresql/postgresql.inc b/recipes/postgresql/postgresql.inc
> > index da74516..4a11e2a 100644
> > --- a/recipes/postgresql/postgresql.inc
> > +++ b/recipes/postgresql/postgresql.inc
> > @@ -11,6 +11,9 @@ SRC_URI = "ftp://ftp-archives.postgresql.org/pub/source/v${PV}/${P}.tar.bz2"
> >  
> >  LEAD_SONAME = "libpq.so"
> >  
> > +# LDFLAGS for shared libraries
> > +export LDFLAGS_SL = "${LDFLAGS}"
> > +
> >  inherit autotools pkgconfig
> >  
> >  do_compile_append() {
> > diff --git a/recipes/postgresql/postgresql_8.1.4.bb b/recipes/postgresql/postgresql_8.1.4.bb
> > index cfb0162..42ba377 100644
> > --- a/recipes/postgresql/postgresql_8.1.4.bb
> > +++ b/recipes/postgresql/postgresql_8.1.4.bb
> > @@ -1,3 +1,3 @@
> >  require postgresql.inc
> >  
> > -PR = "r3"
> > +PR = "r4"
> > diff --git a/recipes/postgresql/postgresql_8.1.8.bb b/recipes/postgresql/postgresql_8.1.8.bb
> > index cfb0162..42ba377 100644
> > --- a/recipes/postgresql/postgresql_8.1.8.bb
> > +++ b/recipes/postgresql/postgresql_8.1.8.bb
> > @@ -1,3 +1,3 @@
> >  require postgresql.inc
> >  
> > -PR = "r3"
> > +PR = "r4"
> > diff --git a/recipes/postgresql/postgresql_8.2.4.bb b/recipes/postgresql/postgresql_8.2.4.bb
> > index 9b60b2b..7e2c370 100644
> > --- a/recipes/postgresql/postgresql_8.2.4.bb
> > +++ b/recipes/postgresql/postgresql_8.2.4.bb
> > @@ -1,6 +1,6 @@
> >  require postgresql.inc
> >  
> > -PR = "r3"
> > +PR = "r4"
> >  DEFAULT_PREFERENCE = "-1"
> >  
> >  SRC_URI = "http://ftp.de.postgresql.org/mirror/postgresql/source/v${PV}/${P}.tar.bz2 \
> 
> 
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel



      reply	other threads:[~2009-04-08 19:06 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-06 16:47 [STABLE][PATCH] postgresql: use LDFLAGS for shared libs (fixes QA error) Jeremy Lainé
2009-04-08 10:22 ` Jeremy Lainé
2009-04-08 19:02   ` Denys Dmytriyenko [this message]

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=20090408190233.GE14502@denix.org \
    --to=denis@denix.org \
    --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.