diff options
author | Chris Larson <clarson@kergoth.com> | 2004-07-07 19:53:13 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-07-07 19:53:13 +0000 |
commit | 591bbc01eeedd02b4ce881e3e32e4ee2d8d882cb (patch) | |
tree | 65ef13caf3a93819bcf439a27030cade5704e6e7 /modutils/modutils_2.4.27.oe | |
parent | bf5c804f400e6ab50685d94cecd83e56f6202a5c (diff) |
Export the BUILDCFLAGS variable as well as BUILDCC in modutils.
BKrev: 40ec54a9e49TlVSj5sRR47087q7GFg
Diffstat (limited to 'modutils/modutils_2.4.27.oe')
-rw-r--r-- | modutils/modutils_2.4.27.oe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modutils/modutils_2.4.27.oe b/modutils/modutils_2.4.27.oe index d9008ca6f6..bff810e9e8 100644 --- 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 |