Merge pull request #189 from agherzan/fix-soname
libstd-rs: Set SONAME for libstd.so
This commit is contained in:
@@ -7,7 +7,7 @@ RUSTLIB_DEP = ""
|
|||||||
inherit cargo
|
inherit cargo
|
||||||
|
|
||||||
# Needed so cargo can find libbacktrace
|
# 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"
|
S = "${RUSTSRC}/src/libstd"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user