Merge pull request #222 from YoeDistro/yoe/mut

libstd-rs: Depend on libunwind on musl builds
This commit is contained in:
Steven Walter
2018-12-17 13:05:37 -05:00
committed by GitHub

View File

@@ -6,6 +6,7 @@ LICENSE = "MIT | Apache-2.0"
RUSTLIB_DEP = ""
inherit cargo
DEPENDS_append_libc-musl = " libunwind"
# Needed so cargo can find libbacktrace
RUSTFLAGS += "-L ${STAGING_LIBDIR} -C link-arg=-Wl,-soname,libstd.so"