summaryrefslogtreecommitdiffstats
path: root/recipes/cups/cups.inc
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2009-04-06 11:44:40 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2009-04-06 11:44:40 +0000
commit95cd55f0b71a8620bcd70dfb2fa8c053a4f1a39f (patch)
tree9cf74bf5ac04054da990f78abc891b8185c03835 /recipes/cups/cups.inc
parentaf0a5237360814352bc7eb6f92e1d4b9b002a7c9 (diff)
downloadopenembedded-95cd55f0b71a8620bcd70dfb2fa8c053a4f1a39f.tar.gz
cups: use LDFLAGS for shared libs (fixes QA error)
Diffstat (limited to 'recipes/cups/cups.inc')
-rw-r--r--recipes/cups/cups.inc4
1 files changed, 1 insertions, 3 deletions
diff --git a/recipes/cups/cups.inc b/recipes/cups/cups.inc
index bbf2377ced..59075fb042 100644
--- a/recipes/cups/cups.inc
+++ b/recipes/cups/cups.inc
@@ -8,8 +8,6 @@ SRC_URI = "ftp://ftp.easysw.com/pub/cups/${PV}/cups-${PV}-source.tar.bz2 \
inherit autotools binconfig
-LDFLAGS += " -L${STAGING_LIBDIR} "
-
EXTRA_OECONF = " \
--enable-gnutls \
--enable-dbus \
@@ -26,7 +24,7 @@ EXTRA_OECONF = " \
do_configure() {
gnu-configize
libtoolize --force
- oe_runconf
+ DSOFLAGS="${LDFLAGS}" oe_runconf
}
do_compile () {