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:
bf5c804
)
Export the BUILDCFLAGS variable as well as BUILDCC in modutils.
author
Chris Larson
<clarson@kergoth.com>
Wed, 7 Jul 2004 19:53:13 +0000
(19:53 +0000)
committer
Chris Larson
<clarson@kergoth.com>
Wed, 7 Jul 2004 19:53:13 +0000
(19:53 +0000)
BKrev: 40ec54a9e49TlVSj5sRR47087q7GFg
modutils/modutils_2.4.27.oe
patch
|
blob
|
history
diff --git
a/modutils/modutils_2.4.27.oe
b/modutils/modutils_2.4.27.oe
index
d9008ca
..
bff810e
100644
(file)
--- a/
modutils/modutils_2.4.27.oe
+++ b/
modutils/modutils_2.4.27.oe
@@
-16,6
+16,7
@@
inherit autotools
sbindir = "/sbin"
EXTRA_OECONF = "--disable-strip"
export BUILDCC = "${BUILD_CC}"
+export BUILDCFLAGS = "${BUILD_CFLAGS}"
do_install () {
oe_runmake 'DESTDIR=${D}' install