[oe-commits] Christopher Friedt : cups.inc: export DSOFLAGS

git version control git at git.openembedded.org
Thu Sep 3 23:45:41 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 7676ddac226422b3e8b0209c87353476b820abde
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=7676ddac226422b3e8b0209c87353476b820abde

Author: Christopher Friedt <chrisfriedt at gmail.com>
Date:   Thu Sep  3 16:43:44 2009 -0700

cups.inc: export DSOFLAGS

* This fixes PR 5304
* Makes dash happy.

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/cups/cups.inc |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/cups/cups.inc b/recipes/cups/cups.inc
index cbec781..006e6a3 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 () {





More information about the Openembedded-commits mailing list