From: Koen Kooi <k.kooi@student.utwente.nl>
To: openembedded-devel@openembedded.org
Subject: Re: [STABLE][PATCH] pth: use LDFLAGS (fixes QA error)
Date: Mon, 06 Apr 2009 16:03:05 +0200 [thread overview]
Message-ID: <grd22p$rdt$4@ger.gmane.org> (raw)
In-Reply-To: <1239020353-6991-1-git-send-email-jeremy.laine@bolloretelecom.eu>
On 06-04-09 14:19, Jeremy Lainé wrote:
> From: Jeremy Lainé<jeremy.laine@m4x.org>
You're fixing stuff faster than my buildmachine can build :) Anyway, it
has caught up, so:
Acked-by: Koen Kooi <koen@openembedded.org>
>
>
> Signed-off-by: Jeremy Lainé<jeremy.laine@m4x.org>
> ---
> recipes/pth/files/ldflags.patch | 16 ++++++++++++++++
> recipes/pth/pth_2.0.2.bb | 3 ++-
> 2 files changed, 18 insertions(+), 1 deletions(-)
> create mode 100644 recipes/pth/files/ldflags.patch
>
> diff --git a/recipes/pth/files/ldflags.patch b/recipes/pth/files/ldflags.patch
> new file mode 100644
> index 0000000..9537ca8
> --- /dev/null
> +++ b/recipes/pth/files/ldflags.patch
> @@ -0,0 +1,16 @@
> +diff -urN pth-2.0.2.orig/Makefile.in pth-2.0.2/Makefile.in
> +--- pth-2.0.2.orig/Makefile.in 2004-07-13 10:48:10.000000000 +0000
> ++++ pth-2.0.2/Makefile.in 2009-04-06 12:12:37.000000000 +0000
> +@@ -168,10 +168,10 @@
> +
> + # build the static and possibly shared libraries
> + libpth.la: $(LOBJS)
> +- $(LIBTOOL) --mode=link --quiet $(CC) -o libpth.la $(LOBJS) \
> ++ $(LIBTOOL) --mode=link --quiet $(CC) $(LDFLAGS) -o libpth.la $(LOBJS) \
> + -rpath $(libdir) -version-info `$(SHTOOL) version -lc -dlibtool $(_VERSION_FILE)`
> + libpthread.la: pthread.lo $(LOBJS)
> +- $(LIBTOOL) --mode=link --quiet $(CC) -o libpthread.la pthread.lo $(LOBJS) \
> ++ $(LIBTOOL) --mode=link --quiet $(CC) $(LDFLAGS) -o libpthread.la pthread.lo $(LOBJS) \
> + -rpath $(libdir) -version-info `$(SHTOOL) version -lc -dlibtool $(_VERSION_FILE)`
> +
> + # build the manual pages
> diff --git a/recipes/pth/pth_2.0.2.bb b/recipes/pth/pth_2.0.2.bb
> index 81b8a71..2583e03 100644
> --- a/recipes/pth/pth_2.0.2.bb
> +++ b/recipes/pth/pth_2.0.2.bb
> @@ -2,10 +2,11 @@ DESCRIPTION = "GNU Portable Threads"
> SECTION = "libs"
> PRIORITY = "optional"
> LICENSE = "GPL LGPL FDL"
> -PR = "r1"
> +PR = "r2"
>
> SRC_URI = "${GNU_MIRROR}/pth/pth-${PV}.tar.gz \
> file://m4-warning.patch;patch=1 \
> + file://ldflags.patch;patch=1 \
> "
>
> PARALLEL_MAKE=""
prev parent reply other threads:[~2009-04-06 14:13 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-06 12:19 [STABLE][PATCH] pth: use LDFLAGS (fixes QA error) Jeremy Lainé
2009-04-06 14:03 ` Koen Kooi [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='grd22p$rdt$4@ger.gmane.org' \
--to=k.kooi@student.utwente.nl \
--cc=openembedded-devel@lists.openembedded.org \
--cc=openembedded-devel@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox