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
This commit is contained in:
Ismail Dönmez 2012-10-10 12:33:29 +00:00 committed by Git OBS Bridge
parent 32985d24f2
commit fce752380e
2 changed files with 7 additions and 3 deletions

View File

@ -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

View File

@ -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