From: kernel-hacker@bennee.com
To: openembedded-devel@lists.openembedded.org
Cc: Alex Bennee <ajb@cbnl.com>
Subject: [PATCH 2/2] recode: Fix configure step.
Date: Thu, 12 Aug 2010 16:35:36 +0100 [thread overview]
Message-ID: <1281627336-686-3-git-send-email-kernel-hacker@bennee.com> (raw)
In-Reply-To: <1281627336-686-1-git-send-email-kernel-hacker@bennee.com>
From: Alex Bennee <ajb@cbnl.com>
Add space to appended CC/CXX otherwise configure fails
Signed-off-by: Alex Bennee <ajb@cbnl.com>
---
recipes/recode/recode_3.6.bb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/recipes/recode/recode_3.6.bb b/recipes/recode/recode_3.6.bb
index 3e7c6cd..0cdd43d 100644
--- a/recipes/recode/recode_3.6.bb
+++ b/recipes/recode/recode_3.6.bb
@@ -8,7 +8,7 @@ SRC_URI = "${GNU_MIRROR}/recode/recode-${PV}.tar.gz \
inherit autotools
-TARGET_CC_ARCH_append = "${LDFLAGS}"
+TARGET_CC_ARCH_append = " ${LDFLAGS}"
do_configure() {
gnu-configize
--
1.7.2.1
next prev parent reply other threads:[~2010-08-12 16:08 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-12 15:35 A few fixes (resend, hopefully not munged this time) kernel-hacker
2010-08-12 15:35 ` [PATCH 1/2] freetype: include perl-native dependancy kernel-hacker
2010-08-12 17:04 ` Tom Rini
2010-08-12 17:23 ` Alex Bennee
2010-08-12 18:57 ` Tom Rini
2010-08-12 15:35 ` kernel-hacker [this message]
2010-08-12 17:05 ` [PATCH 2/2] recode: Fix configure step Tom Rini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1281627336-686-3-git-send-email-kernel-hacker@bennee.com \
--to=kernel-hacker@bennee.com \
--cc=ajb@cbnl.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.