aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/cherokee/cherokee_0.5.3.bb
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2010-05-19 12:40:11 -0700
committerChris Larson <chris_larson@mentor.com>2010-05-19 12:53:49 -0700
commitdd80fc5482cf3556b2294646fbc835b2439fcf52 (patch)
treefe98be363256e8ea1fb200ceee4a39df1eb91448 /recipes/cherokee/cherokee_0.5.3.bb
parent16d2cc32574aecceff630adab0d9a36d4fa5e568 (diff)
downloadopenembedded-dd80fc5482cf3556b2294646fbc835b2439fcf52.tar.gz
cherokee: use the bitbake BUILD_CC variable rather than the exported shell variable
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Diffstat (limited to 'recipes/cherokee/cherokee_0.5.3.bb')
-rw-r--r--recipes/cherokee/cherokee_0.5.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/cherokee/cherokee_0.5.3.bb b/recipes/cherokee/cherokee_0.5.3.bb
index 30807ba963..ab8fb99c9f 100644
--- a/recipes/cherokee/cherokee_0.5.3.bb
+++ b/recipes/cherokee/cherokee_0.5.3.bb
@@ -14,7 +14,7 @@ do_configure() {
do_install_prepend () {
# It only needs this app during the install, so compile it natively
- $BUILD_CC -DHAVE_SYS_STAT_H -o cherokee_replace cherokee_replace.c
+ ${BUILD_CC} ${BUILD_CFLAGS} -DHAVE_SYS_STAT_H -o cherokee_replace cherokee_replace.c
}
SRC_URI[md5sum] = "9e8dfc46f94ee150515be5d31bd40d16"