]> git.pld-linux.org Git - packages/mono.git/blob - mono-fix-moonlight-side-effects.patch
- rel.2.
[packages/mono.git] / mono-fix-moonlight-side-effects.patch
1 Currently "--with-moonlight" does not mean "Add Moonlight into the Mix", it
2 means "build Mono as required by Moonlight" which cuts a lot of extra cruft
3 from the build process that is not required by the Moonlight team.
4
5 --- mono/Makefile.am.old        2010-10-10 19:51:15.000000000 +1300
6 +++ mono/Makefile.am    2010-10-10 19:54:07.000000000 +1300
7 @@ -2,7 +2,7 @@
8  SUBDIRS = utils io-layer cil metadata arch $(interpreter_dir) mini dis
9  else
10  if MOONLIGHT
11 -SUBDIRS = utils io-layer     metadata arch $(interpreter_dir) mini
12 +SUBDIRS = utils io-layer cil metadata arch $(interpreter_dir) mini dis monograph tests benchmark profiler
13  else
14  SUBDIRS = utils io-layer cil metadata arch $(interpreter_dir) mini dis monograph tests benchmark profiler
15  endif
This page took 0.032019 seconds and 3 git commands to generate.