aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/cups
diff options
context:
space:
mode:
authorChristopher Friedt <chrisfriedt@gmail.com>2009-09-03 16:43:44 -0700
committerKhem Raj <raj.khem@gmail.com>2009-09-03 16:43:44 -0700
commit7676ddac226422b3e8b0209c87353476b820abde (patch)
treeeb97ba18d489cf0a800afc71946aeeb753d6441e /recipes/cups
parent8b452a5ae1eb5ff2477c830fa5ac5aa46d9dfc2b (diff)
downloadopenembedded-7676ddac226422b3e8b0209c87353476b820abde.tar.gz
cups.inc: export DSOFLAGS
* This fixes PR 5304 * Makes dash happy. Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/cups')
-rw-r--r--recipes/cups/cups.inc3
1 files changed, 2 insertions, 1 deletions
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 () {