From 7676ddac226422b3e8b0209c87353476b820abde Mon Sep 17 00:00:00 2001 From: Christopher Friedt Date: Thu, 3 Sep 2009 16:43:44 -0700 Subject: cups.inc: export DSOFLAGS * This fixes PR 5304 * Makes dash happy. Signed-off-by: Khem Raj --- recipes/cups/cups.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'recipes/cups') 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 () { -- cgit 1.2.3-korg