]> git.pld-linux.org Git - packages/ruby.git/blame - ruby.spec
- restored `--without-pthreads' for PPCs after producing buildlog with
[packages/ruby.git] / ruby.spec
CommitLineData
e99f31df 1#
1b328062 2# NOTE: - segfaults on ppc during building when is built with `--with-pthreads'
3# /home/users/builder/rpm/BUILD/ruby-1.8.5-p2/lib/mkmf.rb:147: [BUG] Segmentation fault
4# ruby 1.8.5 (2006-12-04) [powerpc-linux]
5#
6# - on the other hand when ruby is built on pcc with `--without-pthreads'
7# compilation of tk extensions fails with message:
8#
9# Ruby is not compiled with --enable-pthread, but your Tcl/Tk
10# ** library seems to be compiled with pthread support. This
11# ** combination may cause frequent hang or segmentation fault
12# ** errors when Ruby/Tk is working.
13#
2acc5f17 14# Conditional build:
d0f5536d 15%bcond_without doc # skip generating docs (which is time-consuming). Intended for speed up test builds
e99f31df 16%bcond_without emacs # skip building package with ruby-mode for emacs
17#
68ec864f 18%define ruby_ver 1.8
19%define ruby_ridir %{_datadir}/ri/%{ruby_ver}/system
6e2f9b3c 20Summary: Ruby - interpreted scripting language
7c36cd5d 21