From: Colin Walters <walters@verbum.org>
To: Richard Purdie <richard.purdie@linuxfoundation.org>
Cc: mclasen@redhat.com,
openembedded-core <openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH] gdk-pixbuf: Fix libpng determinism issues
Date: Mon, 15 Apr 2013 08:12:12 -0400 [thread overview]
Message-ID: <1366027932.32176.4.camel@localhost> (raw)
In-Reply-To: <1366025504.8670.30.camel@ted>
[-- Attachment #1: Type: text/plain, Size: 358 bytes --]
On Mon, 2013-04-15 at 12:31 +0100, Richard Purdie wrote:
> It will make our builds work again for now until the next time someone
> upgrades libpng and and then it will potentially silently start using an
> old version in some builds :(.
So something like the attached on top of the previous patch?
If this looks good I'll push both to master.
[-- Attachment #2: 0001-build-drop-libpng-from-detected-list.patch --]
[-- Type: text/x-patch, Size: 1071 bytes --]
From 91074d01a0e2b4508f7f253f1e0a7669363cb128 Mon Sep 17 00:00:00 2001
From: Richard Purdie <richard.purdie@linuxfoundation.org>
Date: Mon, 15 Apr 2013 08:06:45 -0400
Subject: [PATCH] build: drop "libpng" from detected list
This gives us an arbitrary version depending on the build root, and we
may not be upwards compatible with future versions. Or it's possible
that the ancient (but LSB mandated) 1.2 claims the "libpng.pc" name.
Signed-off-by: Colin Walters <walters@verbum.org>
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 106fab1..5efc1b6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -586,7 +586,7 @@ fi
dnl Test for libpng
if test x$with_libpng != xno && test -z "$LIBPNG"; then
- for l in libpng16 libpng15 libpng14 libpng12 libpng13 libpng10 libpng; do
+ for l in libpng16 libpng15 libpng14 libpng12 libpng13 libpng10; do
AC_MSG_CHECKING(for $l)
if $PKG_CONFIG --exists $l ; then
AC_MSG_RESULT(yes)
--
1.7.1
next prev parent reply other threads:[~2013-04-15 12:29 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-13 10:25 [PATCH] gdk-pixbuf: Fix libpng determinism issues Richard Purdie
2013-04-14 13:02 ` Colin Walters
2013-04-14 15:33 ` Richard Purdie
2013-04-15 10:08 ` Colin Walters
2013-04-15 10:14 ` Koen Kooi
2013-04-15 11:31 ` Richard Purdie
2013-04-15 12:12 ` Colin Walters [this message]
2013-04-15 12:22 ` Richard Purdie
2013-04-15 12:59 ` Colin Walters
2013-04-19 12:59 ` Richard Purdie
2013-04-19 13:41 ` Koen Kooi
2013-04-19 17:17 ` Colin Walters
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=1366027932.32176.4.camel@localhost \
--to=walters@verbum.org \
--cc=mclasen@redhat.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=richard.purdie@linuxfoundation.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