[oe] [STABLE][PATCH] gd: use LDFLAGS (fixes QA error)

Jeremy Lainé jeremy.laine at bolloretelecom.eu
Mon Apr 6 16:47:11 UTC 2009


From: Jeremy Lainé <jeremy.laine at m4x.org>


Signed-off-by: Jeremy Lainé <jeremy.laine at m4x.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"
-- 
1.6.2.1





More information about the Openembedded-devel mailing list