From b065b774abd9a4f684ec31adac2c98f8c6dafc18 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Sat, 13 Dec 2014 06:46:30 +0100 Subject: [PATCH 1/2] Update rust-crypto --- deps/rust-crypto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/rust-crypto b/deps/rust-crypto index bd7b061e7..b463ff97f 160000 --- a/deps/rust-crypto +++ b/deps/rust-crypto @@ -1 +1 @@ -Subproject commit bd7b061e7e22864352e29d6fe453842727916ce8 +Subproject commit b463ff97f78ea06ce9bcf0f1fafe63e5966f2499 From dbaf849270233ec025354f79a7fdc4e42537da24 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Sat, 13 Dec 2014 06:48:30 +0100 Subject: [PATCH 2/2] Make rust-crypto link to deps/time --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7a507b4c6..20138dcea 100644 --- a/Makefile +++ b/Makefile @@ -221,8 +221,8 @@ $(BUILDDIR)/uutils: $(SRCDIR)/uutils/uutils.rs $(BUILDDIR)/mkuutils $(RLIB_PATHS # Dependencies -include $(BUILDDIR)/rust-crypto.d -$(BUILDDIR)/.rust-crypto: | $(BUILDDIR) - $(RUSTC) $(RUSTCFLAGS) --crate-type rlib --dep-info $(BUILDDIR)/rust-crypto.d $(BASEDIR)/deps/rust-crypto/src/rust-crypto/lib.rs --out-dir $(BUILDDIR)/ +$(BUILDDIR)/.rust-crypto: $(BUILDDIR)/.rust-time | $(BUILDDIR) + $(RUSTC) $(RUSTCFLAGS) --extern time=$(BUILDDIR)/libtime.rlib --crate-type rlib --dep-info $(BUILDDIR)/rust-crypto.d $(BASEDIR)/deps/rust-crypto/src/rust-crypto/lib.rs --out-dir $(BUILDDIR)/ @touch $@ $(BUILDDIR)/.rust-time: