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
|
||||
|
||||
# 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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user