Merge pull request #189 from agherzan/fix-soname

libstd-rs: Set SONAME for libstd.so
This commit is contained in:
Derek Straka
2018-02-27 07:54:03 -05:00
committed by GitHub
+1 -1
View File
@@ -7,7 +7,7 @@ RUSTLIB_DEP = ""
inherit cargo
# Needed so cargo can find libbacktrace
RUSTFLAGS += "-L ${STAGING_LIBDIR}"
RUSTFLAGS += "-L ${STAGING_LIBDIR} -C link-arg=-Wl,-soname,libstd.so"
S = "${RUSTSRC}/src/libstd"