nss-usrfiles: use proper compiler

Without exporting CC make was defaulting to using `cc` as the compiler
which is the host compiler, not the cross compiler.
This commit is contained in:
Michael Marineau 2015-08-07 14:56:39 -07:00
parent c890b81797
commit 419734a008
2 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ DEPEND=""
RDEPEND="" RDEPEND=""
src_configure() { src_configure() {
: # Don't bother with the custom configure script. tc-export CC
} }
src_compile() { src_compile() {