Export the BUILDCFLAGS variable as well as BUILDCC in modutils.
authorChris Larson <clarson@kergoth.com>
Wed, 7 Jul 2004 19:53:13 +0000 (19:53 +0000)
committerChris Larson <clarson@kergoth.com>
Wed, 7 Jul 2004 19:53:13 +0000 (19:53 +0000)
BKrev: 40ec54a9e49TlVSj5sRR47087q7GFg

modutils/modutils_2.4.27.oe

index d9008ca..bff810e 100644 (file)
@@ -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