From 7caf3ef48a5df6592315363509dd78896691a068 Mon Sep 17 00:00:00 2001 From: Ximin Luo Date: Thu, 29 Dec 2016 15:33:14 +0100 Subject: [PATCH] - fix typo --- debian/patches/jemalloc-disable-tests.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/patches/jemalloc-disable-tests.patch b/debian/patches/jemalloc-disable-tests.patch index 1d1c303c06..767681bbbc 100644 --- a/debian/patches/jemalloc-disable-tests.patch +++ b/debian/patches/jemalloc-disable-tests.patch @@ -12,7 +12,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ base.features = "-vector".to_string(); base.max_atomic_width = Some(64); + // see #36994 -+ base.exe_allocation_crat = "alloc_system".to_string(); ++ base.exe_allocation_crate = "alloc_system".to_string(); Ok(Target { llvm_target: "s390x-unknown-linux-gnu".to_string(), -- 2.39.5