cargo: revert dropped usage of -C crate_hash

This reverts the change from 5afc0cc471 based on the discussion in #116.
This commit is contained in:
Doug Goldstein
2016-11-28 00:08:26 -06:00
parent 1bf70b13a7
commit 2ffd11b9fe

View File

@@ -67,10 +67,6 @@ SRC_URI = "\
B = "${S}"
# Can't use the default from rust-vars as it cause a compiler crash
# the crate_hash option will cause the compiler to crash
RUSTFLAGS = "-C rpath ${RUSTLIB}"
# Used in libgit2-sys's build.rs, needed for pkg-config to be used
export LIBGIT2_SYS_USE_PKG_CONFIG = "1"