Files
meta-rust/recipes-deps/zlib/zlib_%.bbappend
Cody P Schafer f7801cf999 Initial, untested
- rust-cross builds
 - cargo-native still broken
 - untested wrappers for rust and cargo provided in rust.bbclass
2014-10-25 12:50:28 -04:00

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"
}