mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-22 06:51:26 +02:00
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:
parent
c890b81797
commit
419734a008
@ -27,7 +27,7 @@ DEPEND=""
|
||||
RDEPEND=""
|
||||
|
||||
src_configure() {
|
||||
: # Don't bother with the custom configure script.
|
||||
tc-export CC
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user