From: Christopher Friedt Date: Thu, 3 Sep 2009 23:43:44 +0000 (-0700) Subject: cups.inc: export DSOFLAGS X-Git-Tag: Release-2010-05/1~2521 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7676ddac226422b3e8b0209c87353476b820abde;p=openembedded.git cups.inc: export DSOFLAGS * This fixes PR 5304 * Makes dash happy. Signed-off-by: Khem Raj --- diff --git a/recipes/cups/cups.inc b/recipes/cups/cups.inc index cbec781881..006e6a3250 100644 --- a/recipes/cups/cups.inc +++ b/recipes/cups/cups.inc @@ -24,9 +24,10 @@ EXTRA_OECONF = " \ do_configure() { + export DSOFLAGS="${LDFLAGS}" gnu-configize libtoolize --force - DSOFLAGS="${LDFLAGS}" oe_runconf + oe_runconf } do_compile () {