From fce752380eb09140f250bd0dd57521c3d1f577870e040451670c57b94f3cc45b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Wed, 10 Oct 2012 12:33:29 +0000 Subject: [PATCH] Accepting request 137231 from home:k0da:branches:Mono:Factory - workaround for ppc build with mcs-docs enabled use --with-sigaltstack=no (bxc#6440) OBS-URL: https://build.opensuse.org/request/show/137231 OBS-URL: https://build.opensuse.org/package/show/Mono:Factory/mono-core?expand=0&rev=80 --- mono-core.changes | 6 ++++++ mono-core.spec | 4 +--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/mono-core.changes b/mono-core.changes index 8b4cdfa..c584857 100644 --- a/mono-core.changes +++ b/mono-core.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Oct 5 12:02:10 UTC 2012 - dvaleev@suse.com + +- workaround for ppc build with mcs-docs enabled + use --with-sigaltstack=no (bxc#6440) + ------------------------------------------------------------------- Sat Jul 21 23:08:36 UTC 2012 - dvaleev@suse.com diff --git a/mono-core.spec b/mono-core.spec index 5e0f997..6088a3b 100644 --- a/mono-core.spec +++ b/mono-core.spec @@ -133,7 +133,7 @@ export PATH=/opt/novell/llvm-mono/bin:$PATH --disable-system-aot \ %endif %ifarch ppc - --with-mcs-docs=no \ + --with-sigaltstack=no \ %endif %ifnarch %ix86 x86_64 --disable-system-aot \ @@ -1216,9 +1216,7 @@ Monodoc-core contains documentation tools for C#. %_prefix/lib/mono/4.0/mod.exe* %_prefix/lib/mono/gac/monodoc %_prefix/lib/mono/monodoc -%ifnarch ppc %_prefix/lib/monodoc -%endif %package -n mono-complete Summary: Install everything built from the mono source tree