[oe-commits] Jeremy Lainé : gd: use LDFLAGS (fixes QA error)

GIT User account git at amethyst.openembedded.net
Wed Apr 8 08:50:34 UTC 2009


Module: openembedded.git
Branch: stable/2009
Commit: d441ef73ac2de6ff8689fcdb2e4a6d79f56a656b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d441ef73ac2de6ff8689fcdb2e4a6d79f56a656b

Author: Jeremy Lainé <jeremy.laine at m4x.org>
Date:   Mon Apr  6 06:47:11 2009 +0000

gd: use LDFLAGS (fixes QA error)

Signed-off-by: Jeremy Lainé <jeremy.laine at m4x.org>
Acked-by: Denys Dmytriyenko <denis at denix.org>

---

 recipes/gd/gd_2.0.33.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/gd/gd_2.0.33.bb b/recipes/gd/gd_2.0.33.bb
index 7c1f7c3..7e47b08 100644
--- a/recipes/gd/gd_2.0.33.bb
+++ b/recipes/gd/gd_2.0.33.bb
@@ -2,7 +2,7 @@ SECTION = "libs"
 LICENSE = "GD"
 DESCRIPTION = "gd is a library used to create PNG, JPEG, or WBMP images."
 DEPENDS = "libpng jpeg zlib"
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "http://www.boutell.com/gd/http/gd-${PV}.tar.gz"
 S = "${WORKDIR}/gd-${PV}"
@@ -17,7 +17,7 @@ EXTRA_OECONF += " --with-zlib=${STAGING_LIBDIR}/.. \
                   --without-xpm \
                   --without-x"
 
-EXTRA_OEMAKE = "LDFLAGS=-L${STAGING_LIBDIR}"
+EXTRA_OEMAKE = 'LDFLAGS="${LDFLAGS}"'
 
 headers = "gd.h gdcache.h gd_io.h gdfx.h gdfontmb.h \
 	   gdfontg.h gdfontl.h gdfonts.h gdfontt.h"





More information about the Openembedded-commits mailing list