git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b452a5
)
cups.inc: export DSOFLAGS
author
Christopher Friedt
<chrisfriedt@gmail.com>
Thu, 3 Sep 2009 23:43:44 +0000
(16:43 -0700)
committer
Khem Raj
<raj.khem@gmail.com>
Thu, 3 Sep 2009 23:43:44 +0000
(16:43 -0700)
* This fixes PR 5304
* Makes dash happy.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/cups/cups.inc
patch
|
blob
|
history
diff --git
a/recipes/cups/cups.inc
b/recipes/cups/cups.inc
index
cbec781
..
006e6a3
100644
(file)
--- 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 () {