88308834be
This patch bumps to version 4.2.1.102 and updates accompaining patches accordingly. * Removed upstreamed patch 0003-fix-parallel-install.patch * Adding patch to fix eglib linking option (upstreamed here https://github.com/mono/mono/pull/1971 but not included in this release) * Adding patch to remove compilation of unit-tests Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
30 lines
1.1 KiB
Diff
30 lines
1.1 KiB
Diff
From 155f96953d1b898f04a4e708c9ebc1e450b2f63e Mon Sep 17 00:00:00 2001
|
|
From: Angelo Compagnucci <angelo.compagnucci@gmail.com>
|
|
Date: Tue, 24 Nov 2015 23:11:10 +0100
|
|
Subject: [PATCH] Remove unit-tests from mono compilation
|
|
|
|
This patch fixes compiling errors with unit-tests under linux.
|
|
|
|
Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com>
|
|
---
|
|
mono/Makefile.am | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/mono/Makefile.am b/mono/Makefile.am
|
|
index ef41dfe..7129507 100644
|
|
--- a/mono/Makefile.am
|
|
+++ b/mono/Makefile.am
|
|
@@ -30,7 +30,7 @@ monotouch-do-clean:
|
|
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$target); \
|
|
done;
|
|
else
|
|
-SUBDIRS = arch utils io-layer cil metadata $(sgen_dirs) mini dis tests unit-tests benchmark profiler
|
|
+SUBDIRS = arch utils io-layer cil metadata $(sgen_dirs) mini dis tests benchmark profiler
|
|
endif
|
|
endif
|
|
-DIST_SUBDIRS = arch utils io-layer cil metadata $(sgen_dirs) mini dis tests unit-tests benchmark profiler
|
|
+DIST_SUBDIRS = arch utils io-layer cil metadata $(sgen_dirs) mini dis tests benchmark profiler
|
|
--
|
|
1.9.1
|
|
|