- rust-cross builds - cargo-native still broken - untested wrappers for rust and cargo provided in rust.bbclass
6 lines
185 B
Plaintext
6 lines
185 B
Plaintext
# cargo tries to build a shared object using several static objects, one of
|
|
# which includes the contenst of zlib (zutil.o)
|
|
do_configure_prepend () {
|
|
export CFLAGS="${CFLAGS} -fPIC"
|
|
}
|