From f414e97603d64f3b0930a74d36f2f6aa7fbcd31af66d815a6d5b3d8abac49fef Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Thu, 6 Oct 2011 14:02:39 +0000 Subject: [PATCH] Accepting request 86714 from devel:libraries:c_c++ - cross-build fix: use libpng from sysroot (forwarded request 86676 from uli_suse) OBS-URL: https://build.opensuse.org/request/show/86714 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gd?expand=0&rev=21 --- gd.changes | 5 +++++ gd.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gd.changes b/gd.changes index d60ffda..c6f7253 100644 --- a/gd.changes +++ b/gd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Oct 5 12:05:47 UTC 2011 - uli@suse.com + +- cross-build fix: use libpng from sysroot + ------------------------------------------------------------------- Sat Oct 1 05:39:10 UTC 2011 - coolo@suse.com diff --git a/gd.spec b/gd.spec index a19d5eb..c8cc70b 100644 --- a/gd.spec +++ b/gd.spec @@ -91,7 +91,7 @@ export CPPFLAGS="%{optflags}" %configure \ --with-freetype \ --with-jpeg \ - --with-png \ + --with-png=%{?_sysroot}/usr \ --with-xpm \ --disable-static \ --with-pic